Documentation ¶
Index ¶
- Constants
- func CombineSessionDataAndSignature(sessionData []byte, signature string) []byte
- func CreateSignature(value []byte, secretKey string) string
- func GeneratePBKDF2(password []byte, salt []byte, iterateCount int, keyLength int) string
- func HashingPassword(password string) string
- func SeparateSessionDataAndSignature(combined []byte) (string, string, error)
Constants ¶
View Source
const (
IterationCount = 25000
)
Variables ¶
This section is empty.
Functions ¶
func CreateSignature ¶
func GeneratePBKDF2 ¶
func HashingPassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.