Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Ticket Support Script 1.1
Video Search Script Pro 1.0
Buymyscripts Recipe script 2
i-Net B2B Portal Script 1.4
Shop a la Cart E-Commerce 1.5.5
SmartJobBoard - Job Board Software 1.0
dbForge Fusion for MySQL, Delphi Add-in 3.00
Rapid CSS Editor 2008 9.1
i-Net Real Estate Portal 1.0
Kentico CMS for ASP.NET 3.1a
iNet job search engine script 1.4
XMBForum 1.9.10 Karl
3D Image Carousel Menu - Engine 1.0
Aston2 Menu 1.2
Easy List Builder and Autoresponder Script 1.1
Top Code
Adirex 3D Chess Client 1.0
JiLMaiL 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Time and Attendance 1.0
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Joomla! 1.5
Libstocks 0.5.0
phpTimeSheet 1.3.0-preview 2
PicStrip
Webstores 2000 Portal 6.0
activeWatermark 1.0
Report About Generating Forms Authentication Compatible Passwords (SHA1)
- required fields

Please enter text on the image

In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.

Back