Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #13

Open
Archivve0 opened this issue Sep 1, 2021 · 4 comments
Open

Help #13

Archivve0 opened this issue Sep 1, 2021 · 4 comments

Comments

@Archivve0
Copy link

hey, im looking to encrypt a whole drive however the program is just shutting or giving me a unicode error.

This is the current code im using

    # Use sysroot to create absolute path for files, etc. And for encrypting whole system
    self.sysRoot = os.path.expanduser('C')
    # Use localroot to test encryption softawre and for absolute path for files and encryption of "test system"
    self.localRoot = r'' # Debugging/Testing

As you can see im looking to encrypt the C drive and only the C drive, i do not undestand what i am doing wrong, any help would be great!

@RubelPerez
Copy link

What console says?
Could be due to administrator privilege errors

@mdmoniruzzaman83
Copy link

The Youtube link is disabled to look at the tutorial. could you make a list of the text file to use it?

@THEHACKER35
Copy link

i cant run the private_public_key.py on power shell. this is what i get

PS C:\Users\Administrator> python .\private_public_key.py
Program 'python.exe' failed to run: The system cannot find the path
specifiedAt line:1 char:1

  • python .\private_public_key.py

At line:1 char:1

  • python .\private_public_key.py
  •   + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFaile
     dException
      + FullyQualifiedErrorId : NativeCommandFailed
    
    

PS C:\Users\Administrator>

@dv8081
Copy link

dv8081 commented Sep 21, 2023

On the Command Prompt, type sfc /scannow and press Enter.
If SFC finds errors but can’t repair them, type this command after exe /Online /Cleanup-image /Scanhealth and press Enter.
Then, type exe /Online /Cleanup-image /Restorehealth and hit Enter.
Restart your computer and see if it fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants