Versions in this module Expand all Collapse all v0 v0.11.0 Mar 12, 2024 Changes in this version + func LoadPrivateKey(privateKeyBase64 string) (*rsa.PrivateKey, error) + func ValidateKeyPair(pub string, privkey rsa.PrivateKey) (bool, error) + type DecryptionKeys struct + DecryptKey *rsa.PrivateKey + EncryptedKey string v0.10.0 May 9, 2023 v0.9.1 Mar 24, 2023 v0.9.0 Feb 28, 2023 Changes in this version + func DecryptAESCBC(reader io.ReadCloser, keyb16 string) (io.ReadCloser, error) + func DecryptAESCBCWithIV(reader io.ReadCloser, keyb16 string, iv []byte) (io.ReadCloser, error)