HR / Crypter

🔓✨🔒 An innovative, convenient and secure encryption app
https://git.io/Crypter
MIT License
459 stars 70 forks source link

Implement decryption functionality #1

Closed HR closed 8 years ago

HR commented 8 years ago

With the encryption functionality implemented, the decryption functionality needs to be implemented in order to allow for seamless encryption and decryption.

The idea is that the user should not have to supply any input (other than the file, of course) for decryption so the encryption key has to be re-derived from the metadata appended to the file on encryption and used for decryption. After decryption, the file has to be unzipped and then flushed to the filesystem.

Work for this is going on in the dev branch. Progress made thus far: e995751a066405d2bcd33e9f3e17e279d8bd8bb9 4567d1a46557cafb14936394c000f51830e9f994

HR commented 8 years ago

Has been implemented in latest referenced commit and will be finalised in coming days :)