Re: [ADVANCED-DOTNET] Encryption and Decryption using MemoryStream

2002-06-11 Thread Paul Ballard
With FlushFinalBlock I still get garbage. I tried FlushFinalBlock and Flush. Any other ideas? Paul Ballard [EMAIL PROTECTED] >From: Joseph E Shook <[EMAIL PROTECTED]> >Reply-To: "Moderated discussion of advanced .NET topics." ><[EMAIL PROTECTED]> >To: [EMAIL

[ADVANCED-DOTNET] Encryption and Decryption using MemoryStream

2002-06-11 Thread Paul Ballard
.ReadToEnd() encStream2.Close() Return retStr End Function Thanks for the help, Paul Ballard [EMAIL PROTECTED] _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx Yo

Re: [ADVANCED-DOTNET] embedding resources

2002-05-31 Thread Paul Ballard
Couldn't those resources be embedded into the assemblies that you are loading at runtime? If so, you can access the dynamically loaded assembly's resources from the exe using the ResourceManager object. Paul Ballard [EMAIL PROTECTED] >From: Peter Zaborski <[EMAIL PROTE