Skip to content

johnsonwangzs/CryptoAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoAlgorithms

New version of the repository 'Crypto'. The code has been refactored.

Now each cipher is represented in class.

|-- CryptoAlgorithms
  |-- tools
      |--data_convert.py(数据类型转换)
      |-- math_calculate.py(数学计算)
  |-- classical
    |-- Affine.py(仿射密码)
    |-- MonoSub.py(单表替代密码)
    |-- Vernam.py(弗纳姆密码)
    |-- Vigenere.py(维吉尼亚密码)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages