Documentation ¶
Index ¶
- func AesDecrypt(crypted, key []byte) ([]byte, error)
- func AesEncrypt(origData, key []byte) ([]byte, error)
- func DesDecrypt(crypted, key []byte) ([]byte, error)
- func DesEncrypt(origData, key []byte) ([]byte, error)
- func SignWithPKCSV1SHA1(playload map[string]string, privateKey string) (string, error)
- func VerifyWithPKCSV1SHA1(playload map[string]string, signed, publicKey string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignWithPKCSV1SHA1 ¶
SignWithPKCSV1SHA1 defined
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.