This library has APIs for signing and verifying an existing signature.
How can I use the parsed private key to AES decrypt something which was encrypted with the corresponding public key?
I know other libraries can handle this, but it's not clear how to pass the key from this lib to another, and if it might be in the scope of node-sspk to potentially offer some methods for encryption/decryption.
This library has APIs for signing and verifying an existing signature. How can I use the parsed private key to AES decrypt something which was encrypted with the corresponding public key?
I know other libraries can handle this, but it's not clear how to pass the key from this lib to another, and if it might be in the scope of node-sspk to potentially offer some methods for encryption/decryption.