package
1.0.4006
Repository: https://github.com/deatil/go-cryptobin.git
Documentation: pkg.go.dev

# Functions

添加加密.
添加 kdf 方式.
添加Key.
添加解析方式方式.
编码到 pem.
获取 Cipher 类型.
获取解析方式方式.
反射获取结构体名称.
创建 key.
创建带信息的 key.
编码.
编码.
RSA | DSA | SM2 | ECDSA | SKECDSA | ED25519 | SKEd25519 CertAlgoRSAv01 | CertAlgoDSAv01 CertAlgoECDSA256v01 | CertAlgoECDSA384v01 CertAlgoECDSA521v01 | CertAlgoSKECDSA256v01 CertAlgoED25519v01 | CertAlgoSKED25519v01.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
解析.
解析带密码.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
解析 pem 数据.

# Variables

AES128CBC is the 128-bit key AES cipher in CBC mode.
AES128CTR is the 128-bit key AES cipher in CTR mode.
AES128GCM is the 128-bit key AES cipher in GCM mode.
AES192CBC is the 192-bit key AES cipher in CBC mode.
AES192CTR is the 192-bit key AES cipher in CTR mode.
AES256CBC is the 256-bit key AES cipher in CBC mode.
AES256CTR is the 256-bit key AES cipher in CTR mode.
AES256GCM is the 256-bit key AES cipher in GCM mode.
Arcfour is the (from 1 to 256 bytes) key RC4 cipher.
Arcfour128 is the 128-bit key RC4 cipher.
Arcfour256 is the 256-bit key RC4 cipher.
BlowfishCBC is the key (from 1 to 56 bytes) blowfish cipher in CBC mode.
Cast128CBC is the 128-bit key cast5 cipher in CBC mode.
Chacha20poly1305 is the 256-bit chacha20poly1305 cipher.
Cipher 列表.
默认配置.
DESEDE3CBC is the 168-bit key 3DES cipher in CBC mode.
No description provided by the author
SM4CBC is the 128-bit SM4 AES cipher in CBC mode.
SM4CTR is the 128-bit SM4 AES cipher in CTR mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RC4 = arcfour.
No description provided by the author
No description provided by the author
No description provided by the author
cast5 = cast128.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BcryptOpts 设置.
cbc 模式加密.
Chacha20poly1305 加密/解密.
CTR 模式加密.
gcm 模式加密.
CipherRC4 加密/解密.
ecdsa.
EdDsa.
rsa.
SM2.
配置.
PcryptOpts 设置.

# Interfaces

加密接口.
KDF 设置接口.
数据接口.
Key 接口.

# Type aliases

解析方式.