Tag Archives: SHA1

PHP MD5 AND SHA1 Examples Posted by in PHP | Leave a comment

Below are simple examples how to use MD5 and SHA1 algorithm to encrypt a particular string. And provide a list of common encrypted string by using MD5 and SHA1 function. Continue reading

Encrypt With MD5, SHA Or SHA1 In MS SQL Server Posted by in SQL Server | Leave a comment

This article shows SQL statements that encrypt an input string by using MD5/SHA/SHA1 algorithm. And you should play with these SQL statements in the Microsoft SQL Server Management Studio (New Query) to see the results. Continue reading