-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Johnson
Sent: Tuesday, June 21, 2005 9:01 PM
To: [email protected]
Subject: Re: [ADVANCED-DOTNET] encryption

Alex Smotritsky wrote:

> I'm using rijndael encryption with a 16 byte key and initialization
vector.
> As far as I can tell the resulting ciphers never contain double tics (") -
> it's kind of important to me that they don't include double tics so I'd
like
> to verify that and I haven't been able to verify based on the
documentation
> that I've read so far.

Can you post a short code snippet?  I'm not sure what you mean by "the
resulting ciphers".  Are you just looking at the raw bytes of the
cipher text?  or...are you Base64 encoding the cipher text or
something else?

--
Steve Johnson

I'm base64 encoding the cipher text:

return Convert.ToBase64String(cipherText);

cipherText is a byte[]

--
Alex

===================================
This list is hosted by DevelopMentor.  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to