Re: [DOTNET] Last! (NOT)

2002-07-02 Thread Buksbaum, David
yes -Original Message- From: Zane Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Last! (NOT) Is this still going on? Zane You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other D

Re: [DOTNET] Last! (NOT)

2002-07-02 Thread Buksbaum, David
-Original Message- From: Mark Burns [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Last! (NOT) *Bang!* > -Original Message- > From: The DOTNET list is retired as of 7/1/02 > [mailto:[EMAIL PROTECTED]] On Behalf Of A

Re: [DOTNET] Large object memory leak - workaround?

2002-05-23 Thread Buksbaum, David
Is this any single object using 8mb? or is it the root object and all children using 8mb? I am pretty sure a Foo class that is 8mb will leak based on the what I have read so far, but what about an ArrayList containing 10 of objects that are 1mb or some other combination that equals or exceeds

Re: [DOTNET] 3DES Compatibility

2002-05-15 Thread Buksbaum, David
le padding and cipher-block chaining (CBC). Hope this helps, --Brian LaMacchia Co-author, ".NET Framework Security" -Original Message----- From: Buksbaum, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:16 AM To: [EMAIL PROTECTED] Subject: [DOTNET] 3DES Compatibility

[DOTNET] 3DES Compatibility

2002-05-15 Thread Buksbaum, David
I have noticed that the docs for the CryptoAPI states key sizes for 3DES as 2-key (112 bit) and 3-key (168 bit), and the key sizes in .NET are 128 and 192. I am wondering how I can have a non-.NET app using the CryptoAPI exchanged encrypted data with a .NET app using 3DES. Thanks David Buksba