AES flushfinalblock problem
From: Harry Simpson (hssimpson@nospamphgt.net)
Date: 08/06/02
- Next message: Eric Tan: "Re:Disappearing CSS when using Smart Navigation"
- Previous message: Harry Simpson: "Re: Encrypt code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Harry Simpson" <hssimpson@nospamphgt.net> Date: Tue, 6 Aug 2002 16:10:46 -0500
I merely replaced the
'Try
' cs2.Read(initialText, 0, initialText.Length)
' cs2.FlushFinalBlock()
'Finally
' ms2.Close()
' cs2.Close()
'End Try
'Dim sb As New StringBuilder()
'Dim i As Integer
'While i < initialText.Length
' sb.Append(CChar(initialText(i).ToString))
'End While
with
Dim sr As New System.IO.StreamReader(cs2)
Return sr.ReadToEnd()
Thanks
Harry
- Next message: Eric Tan: "Re:Disappearing CSS when using Smart Navigation"
- Previous message: Harry Simpson: "Re: Encrypt code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Loading