A project for Encrypting and decrypting text.

sample image Currently uses CEASER CIPHER.

How to use?

  • Clone the project using command git clone https://github.com/esha2303/encryptText.git
  • Run cd encryptText
  • Install Node, if not already installed.
  • Run npm i for installing dependencies.
  • Start project with npm start.

Future Scopes : Implement RSA Algorithm.