Versions in this module Expand all Collapse all v0 v0.4.0 Sep 28, 2022 v0.3.0 Sep 28, 2022 Changes in this version + const ENCRYPT_ALGO_AES + func AesDecrypt(org_data string) (string, error) + func AesEncrypt(origData string) (string, error) + func Decrypt(origData, algo string) (string, error) + func Encrypt(origData, algo string) (string, error) + func PKCS7Padding(ciphertext []byte, blockSize int) []byte + func PKCS7UnPadding(origData []byte) []byte + type PasswordServer struct + BakIP string + BakPort string + IP string + Port string + func (this *PasswordServer) GetDynamicPasswd(dbName string, dbUserName string) (string, error)