Other functions
cliRSA.keyloader
— Methodkeyloader(private, public)
Loads the public and private keys into memory.
cliRSA.encoder
— Methodencoder(ptfile)
Encodes a file (jpg, pdf, odt, etc).
Called by the encrypt function.
cliRSA.decode2
— Methoddecode2(ctfile)
Load a ciphertext, use the private key to decrypt, then undo the encoding. Called by decrypt.