Skip to content

LukeJDPunnett/caesarJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

caesarJS

A javascript library with tools to help encrypt/decrypt messages

Current Ciphers Supported:

  • Caesar/Shift Cipher
  • Substition Cipher
  • Vigenère Cipher

Current Functionality:

  1. Generate: Allows you to generate keys for all supported ciphers
  2. Encrypt: Allows you to encrypt any plain text into cipher text using any of the support ciphers
  3. Decrypt: Allows you to decrypt any cipher text into plain text providing it was encrypted using a supported cipher
  4. Analyse: Analyse texts using common cryptographic techniques such as frequency analysis
  5. Tools: Miscellaneous tools that can be useful when working with ciphers

About

A javascript library with tools to help encrypt/decrypt messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published