Hashing is a cryptographic function which converts any amount of data into a fixed length hash which cannot be reversed. Hashing enables us to validate if the input has changed even a little bit, if changed then the resulting hash will be different. In this article we will learn the technique of Salted Password Hashing. … [Read more...]