gibs ray

gibs ray

  • NA
  • 5
  • 6.9k

RSA - how to store the keys

Oct 10 2012 11:42 AM
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.