encrypt-decrypt
Encrypt and decrypt strings easily and others functionalities.
lucbu 2,261 2 0.3.2 MIT GitHub

Encrypt & Decrypt strings

This is just a project i made for fun nothing serious.

Encryption method available

  • Caesar Cipher
  • Vigenere (Alphabet : 'ABCDEFGHIJKLMNOPQRSTUVWXYZ') (it will automatically modify the message with capital letters)
  • MD5
  • SHA1, SHA256
  • AES
  • DES

Others functionnalities

  • Frequency Analysis (Result in console ctrl-alt-i)
  • Text transformation (CharToCode/CodeToChar, toUpperCase/toLowerCase)

Just select the string you want to encrypt/decrypt and choose the method to use.

Using of package https://www.npmjs.com/package/cryptojs-atom wich is a fork of https://github.com/gwjjeff/cryptojs