rohsaurus / Cerberus

Cerberus is an application that allows you to seamlessly and easily encrypt files and share them without the need for a password!
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Verify encryption and decryption #25

Closed rohsaurus closed 7 months ago

rohsaurus commented 1 year ago

Verify that the decryption was successfull and it actually decrypted the correct file. Also, there is an error that happens if wrong person is decrypting. Inform the user of this error

rohsaurus commented 1 year ago

Can't figure out how to store the hash in the file properly and then have it be read correctly during decryption.