Using Vigenere Cipher for Encryption
- npm install
- node encrypt.js to run the encryption file
- node decrypt.js to run the decryption file
-
nanoid: This is library was used to randomize the cipher key so that it won't be easily crackeable
-
prompt: to accept user's iput from the terminal