Skip to content

βš™οΈπŸ”‘ CLI to encrypt texts and passwords πŸ”’πŸ§ 

License

Notifications You must be signed in to change notification settings

SabrinaBarros/kadabra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kadabra πŸͺ„

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 ⭐

Development πŸ”§

Download or clone the repository to your local machine.

⚠️ You need to have node.js and NPM installed locally.

  1. Fork it!

  2. Clone the repository to your local machine using:

$ git clone git@github.com:<your-username>/kadabra.git
  1. Install all the required dependencies:
$ npm install

Usage πŸͺ„

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.

Contributing πŸ’Œ

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.

License πŸ“ƒ

MIT License Β© Sabrina Barros

About

βš™οΈπŸ”‘ CLI to encrypt texts and passwords πŸ”’πŸ§ 

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published