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.