anwaraliahmad / ciphy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ciphy


##About

Ciphy.js is an easy way to encode messages. It supports:

  1. Hill Ciphering
  2. Next up: substitution ciphering

##Glossary

  • Plaintext: Unencoded message
  • Ciphertext: Encoded message
  • Cipher: Code/method used to encode messages
  • Hill n-cipher: An n-by-n cipher matrix (used in Hill ciphering)
  • Plaintext vector: A vector of letters found by dividing the plaintext into groups of n-letters

About


Languages

Language:JavaScript 100.0%