Property: Key::HexKey
HexKey
A read/write property which gives the value of the cipher key encoded in hexidecimal notation.
Example:
<%
Dim objKey
Set objKey = Server.CreateObject("dgEncrypt.Key")
objKey.GenerateKey 16
Response.Write objKey.HexKey
Set objKey = Nothing
%>
Output:
A006E174958878CED7B1D02A0D1C7491