Search found 1 match

by maks_pain
Fri Sep 07, 2012 3:59 am
Forum: AES Crypt
Topic: AESCrypt.dll in vb.net
Replies: 5
Views: 11930

Re: AESCrypt.dll in vb.net

Can someone enlighten me what is the correct way to encrypt & output to actual file.
Am i doing the right thing? I got this error "Cannot read while encrypting"


protected void Page_Load(object sender, EventArgs e)
{
//convert file that need be encrypt into stream
FileStream sr = new System ...