Click here to Skip to main content
15,904,415 members

Comments by HitsugayaHisagi (Top 17 by date)

HitsugayaHisagi 13-Mar-16 4:22am View    
yes i just realise that. it didn't post just now due to connection error, so i'm now trying to delete it..sorry!
HitsugayaHisagi 13-Mar-16 4:15am View    
yes i initiated that way with
RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(2048)
and yes that is the same link i referred to, but still thanks for the suggestion.
And no i only posted the Qs here in this forum. Not sure what is happening, hmm...
HitsugayaHisagi 28-Feb-16 2:33am View    
yes it worked!! thank you so much!!
HitsugayaHisagi 23-Feb-16 8:56am View    
tried a few, and this
StringBuilder sb = new StringBuilder();
foreach (BigInteger item in encrypted)
{
sb.Append(encrypted.ToString());
}
is the only one that gives me output, but it printed the method name for 5 times (for 5 character in plaintext). I'm really getting very confused now. What should I do?
HitsugayaHisagi 21-Feb-16 10:00am View    
have tried many ways like in the above, but still cant get it, what should I do? (sorry for late replying, not sure why for 4 days cant post any comments)