Click here to Skip to main content
15,909,332 members

Comments by Member 14130699 (Top 7 by date)

Member 14130699 21-Mar-19 11:35am View    
This doesn't really help me much though. I am a new learner, can you learn me how to implement this to my problem?
Member 14130699 27-Jan-19 7:12am View    
I also use this code: Byte[] myKey = AES.generateKey();
Member 14130699 27-Jan-19 7:10am View    
Hey man, these are the errors I get : Argument 1: cannot convert from 'byte[] to string' and The best overloaded method match for Form1.RSAObj(string)' has some invalid arguments.

You're very helpful.
Member 14130699 27-Jan-19 6:38am View    
Hi, your code works, but when I change "(RSAObj.ToXmlString(true)); to
(RSAObj.Encrypt(myKey, false)); I get an error. Why?
Member 14130699 26-Jan-19 14:41pm View    
'Form1.Form1.textBox1' is inaccessible due to its protection level

and

An object reference is required for the non-static field, method, or property 'Form1.Form1.textBox1'