Skip to content

metroproxyn/cryptopyth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptopyth

I want to write a Python library to implement cryptographic algorithms.

For now, it contains:

  • Reverse cipher
  • Caesar cipher
  • XOR cipher
  • AES (in development)

(TBS)

I want to write documentation with information about what each ciphers does and how it works.

I also plan to cover code with automated tests using the unittest or pytest libraries.

Releases

No releases published

Packages

No packages published

Languages