0
Answer

RSA - how to store the keys

gibs ray

gibs ray

12y
1.7k
1
Hi
I'm doing a RSA project in C# and I don't know how to safely store the private and public keys after I calculated n,e,d (for later use). Would appreciate a help with this (I'm not using the RSACryptoServiceProvider, I implemented the encryption using BigInteger class).
thanks.