command
module
Version:
v0.0.0-...-43e49cb
Opens a new window with list of versions in this module.
Published: Apr 7, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Siphan
一个简单的加密库,与一般的加密库不同,Siphan 可以保证其安全性
基本思路
Siphan 的出发点是加密中最基本的凯撒加密法,即生成内置字典的一个随机排序进行比对替换加密。
为了更提升安全性,Siphan 还针对字符不同淡定位置再次进行偏移,如果是 UTF8 字符,还将进行解码编码运算,最后生成一个乱序的字典表和一个密文。
安全性论证
Siphan 内置了 84 个字符,安装原理加密,可以生成的密钥共有 84! 种类,这是一个 127 位数,而且在采用了 UTF8 编码之后,密钥不正确将无法被解码,更保证了安全性。
Export Packages
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.