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

Verify encrypted files are encrypted by this app #5

Closed Johnson468 closed 7 years ago

Johnson468 commented 7 years ago

Use the file extension to check that a file was encrypted by this application. Avoid ruining files by making sure files are encrypted using this apps file extension before trying to decrypt.

Johnson468 commented 7 years ago

I've added a check to make sure that only the file extensions that VC will provide will be able to be decrypted. However I'm still working on changing the file extensions, but this check works. Also in the future there may be additional file extensions, right now all I have are txt, jpg, doc. But I'll add more as more issues get resolved.