Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 410 Bytes

Project Sipher(Secret Cipher)

This project will be able to encode and decode a string into several known and unknown Ciphers.

Hacking also included

Ciphers included

  1. Reverse Cipher
  2. Caesar Cipher
  3. Transposition Cipher
  4. Affine Cipher
  5. One time pad Cipher
  6. Vigenere Cipher
  7. RSA Cipher

Attacks included

  1. Brute Force attack
  2. Dictionary attack
  3. Frequency Analysis attack