package
1.4.2
Repository: https://github.com/forkyid/go-utils.git
Documentation: pkg.go.dev

# Functions

Decrypt decrypts the encrypted string id to int id.
DecryptBulk decrypts encrypted string id slice to int id slice.
DecryptCMS decrypts the encrypted string id to int id based on CMS AES key.
DecryptCMSBulk decrypts encrypted string id slice to int id slice based on CMS AES key.
DecryptString decrypt text with given key.
DecryptStringBulk returns decrypted string as a slice.
Encrypt encrypts the int id value to encrypted string id.
EncryptBulk encrypts int id slice to encrypted string id slice.
EncryptCMS encrypts the int id value to encrypted string id based on CMS AES key.
EncryptCMSBulk encrypts int id slice to encrypted string id slice based on CMS AES key.
EncryptString encrypt text with given key.
EncryptStringBulk returns encrypted string as a slice.

# Variables

No description provided by the author