Johnson468 / VoidCrypt

A Java based desktop app that allows users to encrypt, decrypt, and shred their files.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

File deletion upon shred not working #2

Open Johnson468 opened 7 years ago

Johnson468 commented 7 years ago

The shred function isn't deleting files after it encrypts it with a secure random number 1000 times. Will look for alternatives to the file.delete() function which doesn't seem to be working.