|
-
Jun 17th, 2010, 10:49 AM
#1
Thread Starter
Junior Member
[RESOLVED] Output decrypted text with CryptoStream
Hi. Im using a sample code from msnd website - CryptoStream Class (http://msdn.microsoft.com/en-us/libr...ptostream.aspx)
Using this code, i was expecting that
Final would show me the decrypted text from the file
Code:
Dim Final As String = DecryptTextFromFile(FileName, RijndaelAlg.Key, RijndaelAlg.IV)
However, when i try to do something to display Final, like MsgBox(Final) or Label1.text = Final , it outputs nothing.
Where am i wrong?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|