I'm really grateful you've created this library! It's exactly what I need for secure data sharing.
However I'm encountering an error in running this tutorial example from your vignette.
Encryption works fine if I provide a local file path to the public_key_path argument of encrypt(). But if I try the URL where I've copied my public key I get the following error:
Error in encrypt(., postcode, telephone) : Public key cannot be found.
Any pointers you can give would be much appreciated!
thanks, Andrew
The text was updated successfully, but these errors were encountered:
Hello,
I'm really grateful you've created this library! It's exactly what I need for secure data sharing.
However I'm encountering an error in running this tutorial example from your vignette.
Encryption works fine if I provide a local file path to the
public_key_path
argument ofencrypt()
. But if I try the URL where I've copied my public key I get the following error:Any pointers you can give would be much appreciated!
thanks, Andrew
The text was updated successfully, but these errors were encountered: