Link to home
Start Free TrialLog in
Avatar of michtsoi
michtsoi

asked on

What is the encryption function of ASP

My company is hosting 2 web sites, 1 of them uses Asp and Mssql and the other one uses php and mssql.
I want to united the data encryption of both site by using the same algorithm.

I have sha1 function in php, Mysql, MSSQL and javascript, but I don't have sha1 and md5 function in Asp.

For example:
(Before sha1 encryption)                      (After sha1 encrtption)
Michael                         -->          f8c38b2167c0ab6d7c720e47c2139428d77d8b6a


Thank you very much.
SOLUTION
Avatar of HuyBD
HuyBD
Flag of Viet Nam 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
ASKER CERTIFIED SOLUTION
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 michtsoi
michtsoi

ASKER

Thank you thefritterfatboy and HuyBD .

I raise the point to 500 because I think the answers worth it.
Once I am back to office and test the code, I will accept your answer and share the points :)