Structs§
- Decryption
Parameters - DecryptionParameters is basically the RSA .pem encoded private key and passphrase
- Encryption
Parameters - EncryptionParameters is basically the RSA .pem encoded public key
Functions§
- decrypt
- Decrypts given byte array
- encrypt
- Encrypts given byte array of maximum length up to 501 bytes
- get_
decryption_ params - Returns DecryptionParameters stored at the given location which is relative to the working directory
- get_
encryption_ params - Returns EncryptionParameters stored at the given location which is relative to the working directory
- setup
- Will read or create EncryptionParameters and DecryptionParameters at the given location which is relative to the working directory