Documentation ¶
Index ¶
- func MartolodDecrypt(cipher []byte, userSecret, saltSecret string) ([]byte, error)
- func MartolodEncrypt(plain []byte, userSecret, saltSecret string) ([]byte, error)
- func SiliconHash(key string, secret string) string
- func SonnefesDecrypt(cipher string, key string) (string, error)
- func SonnefesEncrypt(plainText, key string) (string, error)
- func TriMartolodDecrypt(cipher string, userSecret, saltSecret string) (string, error)
- func TriMartolodEncrypt(plain string, userSecret, saltSecret string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MartolodDecrypt ¶
func MartolodEncrypt ¶
func SiliconHash ¶
func SonnefesEncrypt ¶
func TriMartolodDecrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.