Use the following SQL Server 2000 query:
select pwdencrypt('AAAA')
Which produces the encrypted character string "AAAA":
0x0100CF465B7B12625EF019E157120D58DD46569AC7BF4118455D12625EF019E157120D58DD46569AC7BF4118455D
How can I translate (decrypt) the output from its 'AAAA' source?