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

Check correct/incorrect password #6

Closed Johnson468 closed 7 years ago

Johnson468 commented 7 years ago

Rather than default decrypting files and hoping the user remembers their password correctly, implement a way to check the password is correct (HMAC).