⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣼⠟⠻⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⣴⣿⠛⢿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⡇⠃⠆⠘⣿⠀⠀⠀⠀⠀⠀⠀⢠⣿⠁⡀⠀⢻⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣧⣀⣀⣼⣿⣇⠀⠀⠀⠀⠀⠀⢸⣿⣄⣀⣀⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡇⡀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡯⠅⠀⠀⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⡼⣿⣿⢳⡟⠁⠀⠀⠀⠀⠀⠀⢸⣷⡹⣿⡿⣹⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⣠⠖⠋⠉⠉⠉⠙⠲⣦⡀⠀⢻⣷⣄⣠⣾⡇⠀⠀⠀⠀⠀⠀⠀⠀⢿⣷⣄⣰⣿⠇⠀⠀⢀⣠⡴⠶⠶⠶⢤⣄⡀⠀
⠸⣏⡀⠒⢶⠀⠀⢠⠀⢸⣷⠀⠀⠙⠻⠟⠋⠀⢠⡀⠀⠀⠀⠀⣰⡄⠈⠛⠛⠛⠃⠀⠀⢰⣏⠀⢀⣀⣠⣀⡀⠀⢻⡄
⠀⠉⠛⠦⠤⠤⠤⠼⠛⠋⠀⠀⠀⠀⠀⠀⠀⠀⠘⠻⠷⠶⠶⠾⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠙⠦⣄⣁⣉⣉⣩⣶⠟⠁
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠀⠀⠀⠀
Kirvy is a script made entirely in NodeJs to encrypt any type of file, no matter the extension, and you can also decrypt files that have been encrypted with Kirvy.
You can install Kirvy following this commands:
git clone https://github.com/ottersek/kirvy
cd kirvy
npm iTo encrypt/decrypt a script file, use the following command:
Encrypt: node kirvy.js --encrypt <file_to_encrypt> --output <output_file_name (include extension if have like .js, .txt, .md, .html etc)>
Decrypt: node kirvy.js --decrypt <file_to_decrypt (only files encrypted with kirvy)> --output <output_file_name>Executing
node kirvy.js --encrypt "kirvy example.txt" --output "kirvy example crypted.txt"Executing
node kirvy.js --decrypt "kirvy example crypted.txt.kirvy" --output "decrypted"Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request on the GitHub repository.
You are free to use the code as it is open source and licensed under the MIT License. However, if you find the code helpful and decide to use any part of it, it would be greatly appreciated if you give proper attribution. Feel free to fork the project and modify it according to your needs.
If you find Kirvy useful, consider giving it a star on GitHub!
This project is licensed under the MIT License.






