RE: decrypt function in SQL Server 2000

From: David Portas (REMOVE_BEFORE_REPLYING_dportas_at_acm.org)
Date: 11/17/04


Date: Wed, 17 Nov 2004 05:39:08 -0800

The others have explained why you shouldn't use this undocumented feature. To
answer your original question, there is no corresponding decrypt SP because,
despite the name, pwdencrypt isn't in fact an encryption function. pwdencrypt
generates a hash (not a very secure one apparently) so you can't actually
"decrypt" it.

-- 
David Portas
SQL Server MVP
--