Skip to content
Advertisement

Tag: rsa

Load RSA public key from file

I’ve generated a private key with: After this I’ve generated a public key with: I want to sign some messages with my private key, and verify some other messages with my public key, using code like this: I found a solution to convert my private key to PKCS8 format and load it. It works with some code like this: And

Advertisement