Skip to content

doxdk/kirvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣼⠟⠻⣷⡄⠀⠀⠀⠀⠀⠀⠀⠀⣴⣿⠛⢿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣾⡇⠃⠆⠘⣿⠀⠀⠀⠀⠀⠀⠀⢠⣿⠁⡀⠀⢻⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⣧⣀⣀⣼⣿⣇⠀⠀⠀⠀⠀⠀⢸⣿⣄⣀⣀⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡇⡀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⡯⠅⠀⠀⠀⠀⠀⢹⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⡼⣿⣿⢳⡟⠁⠀⠀⠀⠀⠀⠀⢸⣷⡹⣿⡿⣹⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⣠⠖⠋⠉⠉⠉⠙⠲⣦⡀⠀⢻⣷⣄⣠⣾⡇⠀⠀⠀⠀⠀⠀⠀⠀⢿⣷⣄⣰⣿⠇⠀⠀⢀⣠⡴⠶⠶⠶⢤⣄⡀⠀
⠸⣏⡀⠒⢶⠀⠀⢠⠀⢸⣷⠀⠀⠙⠻⠟⠋⠀⢠⡀⠀⠀⠀⠀⣰⡄⠈⠛⠛⠛⠃⠀⠀⢰⣏⠀⢀⣀⣠⣀⡀⠀⢻⡄
⠀⠉⠛⠦⠤⠤⠤⠼⠛⠋⠀⠀⠀⠀⠀⠀⠀⠀⠘⠻⠷⠶⠶⠾⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠙⠦⣄⣁⣉⣉⣩⣶⠟⠁
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠀⠀⠀⠀

Kirvy

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.

Installation

You can install Kirvy following this commands:

git clone https://github.com/ottersek/kirvy
cd kirvy
npm i

Usage

To 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>

Demo

Executing

node kirvy.js --encrypt "kirvy example.txt" --output "kirvy example crypted.txt"

image image image image

Executing

node kirvy.js --decrypt "kirvy example crypted.txt.kirvy" --output "decrypted"

image image image

Contributing

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!

License

This project is licensed under the MIT License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors