abhishekY495 / File-encryptor

Encrypt / Decrypt files with a password. Built using @electron and @tailwindlabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Encryptor ๐Ÿ”

An app that Encrypts / Decrypts your files with a password. Built using Electron and TailwindCSS
Download the app from the Releases tab for the latest version and install like any other program.

Usage ๐Ÿš€

demo.mp4

Security ๐Ÿ› 

  • Scrypt - For deriving a Cryptographic key from your password.
  • AES-256 - To Encrypt your files.

Privacy ๐Ÿ™ˆ

  • App works Offline.
  • No File Data is collected or shared.
  • The app is Open source so you can check the code, customize and build yourself.

Future Features ๐Ÿ”ฎ

  • Notification after Task completion or Error.
  • File name Encryption - Since there is a limit to Filename, used Rail Fence Cipher from here to scramble Filename.

Above features are OFF by default.
To Enable, click Help on the Menubar and select the feature you want to use.

Icons and Logo provided by - Icons8

About

Encrypt / Decrypt files with a password. Built using @electron and @tailwindlabs

License:MIT License


Languages

Language:JavaScript 51.7%Language:CSS 38.6%Language:HTML 9.7%