des
少于1分钟
Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3.
 des 包实现了美国联邦信息处理标准出版物 46-3 中定义的数据加密标准 (DES) 和三重数据加密算法 (TDEA)。
DES is cryptographically broken and should not be used for secure applications.
 DES 在密码学上已被攻破,不应将其用于安全应用程序。
常量
 |  | 
The DES block size in bytes.
 DES 块大小(以字节为单位)。
变量
This section is empty.
函数
func NewCipher
 |  | 
NewCipher creates and returns a new cipher.Block.
 NewCipher 创建并返回一个新的 cipher.Block。
func NewTripleDESCipher
 |  | 
NewTripleDESCipher creates and returns a new cipher.Block.
 NewTripleDESCipher 创建并返回一个新的 cipher.Block。
NewTripleDESCipher Example
 |  | 
类型
type KeySizeError
 |  | 
(KeySizeError) Error
 |  |