QUERY :
SELECT hash(PASSWORD, 'md5') FROM EMP
RESULT:
77d25860a61f0dfd785507d9fc48fe23
QUESTION !
1. how can i convert these hash value into original password
value in ASE15.0.2
2. IS there any faility to decrypr the hash function value in
ASE15.0.2
You can't - an MD5 hash is a one way hash.
>
> 2. IS there any faility to decrypr the hash function value in
> ASE15.0.2
No - because this is fundamentally impossible to do from a hash.
Michael
HTH,
Rob V.
-------------------------------------------------------------
Rob Verschoor
Certified Sybase Professional DBA for ASE 12.5/12.0/11.5/11.0
and Replication Server 12.5 / TeamSybase
Author of Sybase books (order online at www.sypron.nl/shop):
"Tips, Tricks & Recipes for Sybase ASE" (ASE 15 edition)
"The Complete Sybase ASE Quick Reference Guide"
"The Complete Sybase Replication Server Quick Reference Guide"
mailto:r...@YOUR.SPAM.sypron.nl.NOT.FOR.ME
http://www.sypron.nl
Sypron B.V., P.O.Box 10695, 2501HR Den Haag, The Netherlands
-------------------------------------------------------------
<hitg...@gmail.com> wrote in message
news:df60341b-83f1-488f...@y5g2000hsf.googlegroups.com...