Releases: abhishekY495/File-encryptor
Releases · abhishekY495/File-encryptor
File Encryptor v1.2.0
Password Breach Check - #9
With the help of Pangea's User Intel API, check if the password has been found in data breaches before you encrypt your files.
https://abhisheky495.hashnode.dev/password-breach-check-new-feature-new-compromise-defense
File Encryptor v1.1.0
Major Change
- Changed pbkdf2 to Scrypt which is more secure.
New Features
- Notification after Task completion or Error.
- Filename Encryption.
Both features are OFF by default.
To Enable, click Help on the Menubar and select the feature you want to use.
Since there is a limit to Filename, used Rail Fence Cipher to Un/Scramble Filename.
File Encryptor v1.0.1
Changes
- Increased pbkdf2 iteration to 100000
- Deleting original and encrypted files after encryption / decryption.
Fixes
- Fixed file path while encrypting / decrypting.
File Encryptor v1.0.0
A simple app that Encrypts and Decrypts files with a password.
Built using Electron and Tailwind CSS.