Documentation
¶
Index ¶
- func Decode(encoded, password []byte) ([]byte, error)
- func Encode(plain, password []byte) ([]byte, error)
- func SaltyDecode(content, password, salt []byte) ([]byte, error)
- func SaltyDecodeFromBase64(encoded string, password, salt []byte) ([]byte, error)
- func SaltyDecodeFromHexString(encoded string, password, salt []byte) ([]byte, error)
- func SaltyEncode(plain, password, salt []byte) ([]byte, error)
- func SaltyEncodeToBase64(plain, password, salt []byte) (string, error)
- func SaltyEncodeToHexString(plain, password, salt []byte) (string, error)
- func To32BytesHash(slices ...[]byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaltyDecode ¶
func SaltyDecodeFromBase64 ¶
func SaltyEncode ¶
func SaltyEncodeToBase64 ¶
func SaltyEncodeToHexString ¶
func To32BytesHash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.