def geekso_decrypt_with_private_key (message, pk_loc): pk = RSA.load_key (\'ca.key\') # load RSA for decryption try: decrypted = pk.private_decrypt (