|
|
Encrypting passwords with SHA1 in .NET and Java |
|
|
Jonathan Cogley |
|
|
ASP.NET / User Management |
|
|
Click to Visit |
|
|
See the Demo |
|
|
21 |
|
The main highlight of this tutorial is Secure Hash Algorithm 1 (SHA1). The author describes about encrypting passwords with SHA1. SHA1 is an algorithm which could generate a 160-bit message digest from the input of any large message. It got the capacity to reverse and find out any original message from the digest. It is more safe mainly due to this. Any sensitive message could be manufactured by its one way hash representation. For authenticating users, Java and .NET should share these digests. This article might be more useful for the users to know more about encrypting passwords from SHA1.
|