package
0.0.0-20210718062109-496be73d0ac7
Repository: https://github.com/piyuo/libsrv.git
Documentation: pkg.go.dev

# Functions

Decrypt string, if you need decrypt multiple string at the same time using getEncrypter() result, err := cDecrypt(crypted) .
Encrypt string, if you need encrypt multiple string at the same time using getEncrypter() crypted1, err := Encrypt("hello1") .