git clone git@github.com:Jee-vim/cryptic
cd crypticMake the script executable:
chmod +x cryptic.js(Optional) Add to your system PATH to run it globally:
sudo ln -s $(pwd)/cryptic.js /usr/local/bin/crypticYou can now run the tool directly as ./cryptic.js or cryptic if added to PATH.
Encrypt a File
./cryptic.js -e <file> Decrypt a File
./cryptic.js -d <file> Help
./cryptic.js -hDisplays usage instructions and available flags.
- Use a strong password; weak passwords can still be brute-forced.
- AES-256-GCM provides integrity checks; modified ciphertext will fail to decrypt.
- Designed for local use only, files are not uploaded anywhere.