CLI project that uses the Vigenere Cipher to encrypt texts and passwords, making the encryption more secure than simple letter substitution. Is easy to use and provides a secure way to protect sensitive information.
If you found this project helpful or useful, please consider giving it a β
Download or clone the repository to your local machine.
node.js
and NPM
installed locally.
-
Fork it!
-
Clone the repository to your local machine using:
$ git clone git@github.com:<your-username>/kadabra.git
- Install all the required dependencies:
$ npm install
To use this program, run the command:
$ kadabra <yourPassword> <superSecretKey>
If the text or key contains whitespace, use quotes:
$ kadabra "<A very cool text!>" <superSecretKey>
The program will return the encrypted password/text.
This project was created as a personal initiative to develop my skills and share my work with the community. It is constantly evolving and always open to contributions and constructive feedback. If you would like to contribute to the project, feel free to check the CONTRIBUTING file for more information.