Skip to content

Releases: abhishekY495/File-encryptor

File Encryptor v1.2.0

15 Nov 20:07
Compare
Choose a tag to compare

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

20 Nov 10:40
Compare
Choose a tag to compare

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

09 Nov 17:50
Compare
Choose a tag to compare

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

08 Nov 18:59
Compare
Choose a tag to compare

A simple app that Encrypts and Decrypts files with a password.
Built using Electron and Tailwind CSS.