package
0.0.0-20241102155008-411a0a3c095f
Repository: https://github.com/smartfor/metrics.git
Documentation: pkg.go.dev

# Functions

DecryptWithPrivateKey decrypts data using hybrid decryption (AES + RSA).
DecryptWithSymmetricKey decrypts data with a symmetric key.
EncryptWithPublicKey encrypts data using hybrid encryption (AES + RSA).
EncryptWithSymmetricKey encrypts data with a symmetric key.
GenerateSymmetricKey generates a new AES symmetric key.