Groups | Blog | Home
all groups > dotnet security > august 2005 >

dotnet security : Cryptography interop.



Kevin Burton
8/8/2005 1:56:04 PM
We have been using the managed class SHA512 for some time. Now we would like
to transfer all of the hash values generated by this algorithm to a non-.NET
environment (LDAP). Are there any gottchas that I should be aware of?

Thank you.

Joe Kaplan (MVP - ADSI)
8/8/2005 4:30:31 PM
You just want to store the values in LDAP? That should be no big deal.
Just make sure you use a valid serialization approach for the binary data
(base64 encoded string or octet string encoding a binary-type LDAP
attribute).

Joe K.

[quoted text, click to view]

AddThis Social Bookmark Button