Skip to content

Encrypting and decrypting text with monoalphabetic cipher.

Notifications You must be signed in to change notification settings

joannakrawczyk99/cryptotask5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short description

This console application allows to encrypt and decrypt text with monoalphabetic cipher. It creates reversed key using the substitutions implemented in the code (for decryption) and works only for english alphabet. Project reads a text from the txt file (kafka.txt in this case) and saves encrypted text to this format (encrypted.txt). It includes tests with python unittest.

About

Encrypting and decrypting text with monoalphabetic cipher.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages