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

Rewrite shred algorithm #10

Open Johnson468 opened 7 years ago

Johnson468 commented 7 years ago

Rewrite the shred algorithm using C to make it faster, shred on a memory address level, and be more secure.

Johnson468 commented 7 years ago

The entire encryption doesn't have to be written in C. Java's crypto library is fine, but C should be used to overwrite the bytes of the physical address of the file.

Johnson468 commented 7 years ago

Will fix tonight.