Skip to content

Series of small projects I did for uni that can cipher and decipher messages using different encryption methods

Notifications You must be signed in to change notification settings

RainbowHawk1993/Ciphers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vigenere-Cipher

Example:

Plaintext: ATTACKATDAWN

Key: LEMONLEMONLE

Ciphertext: LXFOPVEFRNHR

To decrypt just enter the key you entered during encryption.

Playfair-Cipher

Example:

Plaintext: attackatdawn1

Key: 11111

Ciphertext: dqvc1ndq1bxmcu

To decrypt just enter the key you entered during encryption. (Decryption is not perfect and ideally would have to be fixed)

Hill-Cipher

Example:

Plaintext: TEXT

Key: HILLHILLHILLHILL

Ciphertext: 79iQ

To decrypt just enter the key you entered during encryption.

About

Series of small projects I did for uni that can cipher and decipher messages using different encryption methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages