Skip to content

YelloNox/ciphertext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ciphertext

A personal encryptor and decryptor

I am trying to learn more about cryptography with how it works and ways to implement it.

To run:

Currently there are 2 main scripts in the src folder. basic.py and shifting.py.

  • Add the plain text to the 'plaintext.txt' file in the parent directory.
  • You can set the key to a custom int. There is a diffrent key in each script.

Run

python src/basic.py

OR

python src/shifting.py

About

Encryptor and Decryptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages