Versions in this module Expand all Collapse all v1 v1.12.3 Jan 11, 2021 Changes in this version + const KC_RAND_KIND_ALL + const KC_RAND_KIND_LOWER + const KC_RAND_KIND_NUM + const KC_RAND_KIND_UPPER + func AddMember(account, password string) error + func Asset(p string, cdn string) string + func AutoSummary(body string, l int) string + func Decode(value string, r interface{}) error + func Encode(value interface{}) (string, error) + func JoinURI(elem ...string) string + func Krand(size int, kind int) []byte + func ModifyPassword(account, old_password, new_password string) error + func PasswordHash(pass string) (string, error) + func PasswordVerify(hashing string, pass string) (bool, error) + func SafetyProcessor(html string) string + func StripTags(s string) string + func ValidLDAPLogin(password string) (result bool, err error)