Cipher: Doc suggests to persist generated key, but key cannot be accessed #4646
Replies: 3 comments
-
Dumb question, the doc literally generates a key that gets passed to the cipher. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, RSAKey is deprecated. How can I generate an RSA key (and put it into an EVPPKey) with non-deprecated functions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok dumb again, one can just use the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to generate an RSA key with Poco. The doc for
Cipher
/CipherFactory
says I should persist the generated key, how do I do this? As far as I can tell, the key is private in theCipher
class and its derived classes.poco/Crypto/include/Poco/Crypto/Cipher.h
Line 48 in e4aaeac
Beta Was this translation helpful? Give feedback.
All reactions