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")
.