Search found 1 match

by cyc1425
Wed Sep 25, 2013 8:13 am
Forum: AES Crypt
Topic: questions about sharpAESCrypt.dll
Replies: 1
Views: 6315

questions about sharpAESCrypt.dll

hi, i am trying to encrypt the password string with sharpAESCrypt.dll in my software,wich is building with c#.
for example:


byte[] byteArr=Encoding.UTF8.GetBytes(password);

stream midAESCrypt=new MemoryStream(byteArr);

stream aesStream= new SharpAESCrypt.SharpAESCrypt(username,midAESCrypt ...