Documentation ¶
Index ¶
- func Decrypt(encrypted, key string) ([]byte, error)
- func Encrypt(data []byte, key string) (string, error)
- func NewECBDecrypter(block cipher.Block) cipher.BlockMode
- func NewECBEncrypter(block cipher.Block) cipher.BlockMode
- func Sign(strDes, certPassword, pfx string) (string, error)
- func Verify(strDes, signMsg, certFile string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.