Clogsten File Encrypter is an file encrypter which uses aes-265-encryption (Wikipedia).
- Encrpyt and save/replace files with password
- Encrypt text to share with password
- Change Background Image
NOTE: Password can't be reset once lost, your file is nearly irrecoverable, unless you try all combinations of digits till you crack the password.
Electron JS "Framework", which helps us use web tech to create desktop apps.
Node js - File System(fs) "Module", helps us to read and write to files.
Node js - crypto "Module", helps us in encryption and decryption of content.
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
Commercial use, Modification, Distribution, Private use
Liability, Warranty
License and copyright notice
Installatiion will soon be available, pls wait😅
Want to contribute/use this project? Great!
Node js
So here's how you can use Clogsten File Encrypter
download / clone this project and follow along
Open path of project folder in ur terminal then,
To Install the dependencies
npm install
To start electron
npm start
Once you're ready to build
npm run dist
That's all for now, we use electron-builder, so if you want to change some configuration for that, feel free.
-Vigneshkumar