On Sun, Jun 2, 2019 at 5:53 AM Наталья <[email protected]> wrote: > > I have an ordinary, but easy, problem. Need to save public key into string > and load from this string. > Saving and loading are successed in the test code, but when I try to create > decryptor from mey new public key (which are loaded wrom string) - i had an > exception "Missing required parameter Primel1". > Wich parameter i need to add? What is the problem with this code?
You might also be interested in https://cryptopp.com/wiki/RSA_Cryptography and https://www.cryptopp.com/wiki/Keys_and_Formats on the wiki. Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/CAH8yC8myayGhA3BWLdCnwR_OpCqo3Z%2BMOKv%3DjauyCFHzPw6Upw%40mail.gmail.com.
