sha1

How to Convert Text to Crc32, md5 and Sha1 in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to Convert Text to Crc32, md5, and Sha1 in PHP. You will know which is the roughest among the three in terms of the length they generate individually. CRC32 creates a 32-bit hash, md5 creates a 128-bit hash, and Sha1 creates 160-bit (20-byte) hash value.

Hashing and Salting

Submitted by ainaerik on
This tutorial will teach you how to secure password with md5 and sha1 in java . The following are the steps to run this program: 1- Extract Hashing.zip 2- Open Eclipse IDE 3- click file menu and Import 4- general/existing projects into workspace/next 5- check, select root directory and click browse 6- locate the project folder then click ok/finish If you find my code useful, send me an email at