Link to home
Start Free TrialLog in
Avatar of khaled salem
khaled salemFlag for United States of America

asked on

How to use Hashing sha1 in Delphi 2010

I am using Delphi 2010 with MySQL Database, I've hashing a password in MySQL using SHA1. how to use sha1 in Delphi 2010 to compare it with the value stored in database.
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

JEDI lib have sha1 functions, Indy too. But very good is dcpcrypt lib which contains a most knows hashing and crypt algos...
ASKER CERTIFIED SOLUTION
Avatar of Ferruccio Accalai
Ferruccio Accalai
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of khaled salem

ASKER

Very helpful answer. Thanks a lot