Python-Ransomware icon indicating copy to clipboard operation
Python-Ransomware copied to clipboard

Help

Open Archivve0 opened this issue 4 years ago • 4 comments

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!

Archivve0 avatar Sep 01 '21 19:09 Archivve0

What console says? Could be due to administrator privilege errors

RubelPerez avatar Nov 18 '21 08:11 RubelPerez

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

mdmoniruzzaman83 avatar Mar 30 '22 01:03 mdmoniruzzaman83

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>

THEHACKER35 avatar Jun 15 '23 15:06 THEHACKER35

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.

dv8081 avatar Sep 21 '23 12:09 dv8081