Documentation ¶
Index ¶
- Variables
- func CalcTotalPage(total, pageSize int) int
- func DecryptAesInCFB(ciphertext []byte, key []byte, iv []byte) []byte
- func EncryptAesInCFB(plaintext []byte, key []byte, iv []byte) []byte
- func Exists(path string) bool
- func FindInSlice(keyword string, slice []string) bool
- func GenHMacKey(data []byte, salt []byte) []byte
- func GenRandIV() []byte
- func IsDir(path string) bool
- func IsSecurePassword(s string) bool
- func Min(a, b int) int
- func Sha256N(plaintext string, n int) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Space = " "
Functions ¶
func CalcTotalPage ¶
func FindInSlice ¶
func GenHMacKey ¶
func IsSecurePassword ¶ added in v0.0.14
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.