Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 370 Bytes

凯撒加密的实现与破解

一、安装

go get -u github.com/cryptography-research-lab/go-caesar-cipher

二、示例代码

TODO

三、凯撒加密原理详解

TODO

四、凯撒加密破解原理

可能的解空间较小,因此可能直接暴力破解,然后再把所有解按照可能性排序,取可能性最大的那一个