cancel
Showing results for 
Search instead for 
Did you mean: 

Decrypt Data

AlineRezzitti
Level 2
Hello everyone! I'm trying to decrypt an encrypted data usind Utility Encryption. As Input I'm using the public key provided by the application supplier, the encrypted password and RSA as algorithm. When I run, I receive an error about invalid syntax at line 9.
Any help please?
1 REPLY 1

TobiasArnold
Level 6
Hi Aline,

I never used this before, but you can try to remove then ---- BEGIN PUBLIC KEY --- and --- END PUBLIC KEY --- lines form the public key.
Maybe the code tries to decode the public key from Base64 data.