Documentation
¶
Index ¶
- func Decrypt(data string, password string) (string, error)
- func DefaultEvpKDF(password []byte, salt []byte) (key []byte, iv []byte, err error)
- func Encrypt(data string, password string) (string, error)
- func EvpKDF(password []byte, salt []byte, keySize int, iterations int, ...) ([]byte, error)
- func GenerateBw(bt int64) string
- func GenerateN(t int64) string
- func PKCS5Padding(src []byte, blockSize int) []byte
- func PKCS5UnPadding(src []byte) []byte
- type CryptoJsData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultEvpKDF ¶
func GenerateBw ¶
func PKCS5Padding ¶
func PKCS5UnPadding ¶
Types ¶
type CryptoJsData ¶
Click to show internal directories.
Click to hide internal directories.