Follow Fantora on Twitter
Fantora Word of Classified Ads and Community Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

what is hashing?

Options
hissan
Posted: Monday, December 29, 2008 11:09:53 AM
Rank: Advanced Member
Groups: Member

Joined: 1/31/2008
Posts: 44
Points: 132
Location: Pakistan

what is hashing?

hi all

i want to know what is hashing. and if i use membership providers and store my password in hashing then is it safe?

thanks
adam
Posted: Monday, December 29, 2008 11:12:00 AM
Rank: Advanced Member
Groups: Member

Joined: 4/3/2008
Posts: 185
Points: 561
Location: London

what is hashing?

Hashing is a common method for storing passwords. The hash value of a password is calculated by applying
a mathematical function (hash algorithm) to it. The essential property about the hash algorithm is that you
can’t obtain the original password from its hash value (the algorithm is one-way).
Hashing is different from encryption in that it can’t be undone, whereas encrypted data can be decrypted
given the correct decrypt key is known. With hashing, even if some unauthorized person gets access to the
database, he or she won’t be able to find out the stored passwords (in practice, scientists have found vulnerabilities
with the popular MD5, SHA-0, and SHA-1 hashing algorithms—

see http://www.broadbandreports.com/shownews/52284).

User passwords are stored in hashed form, so when the user tries to authenticate, the entered password
is hashed, and the resulted hash value is compared to the hash value of the original (correct) password. If the
two values are identical, then the entered password is the correct one.
You can store the hashed versions of user passwords directly in web.config (although in this chapter
you’ll use a new ASP.NET 2.0 technique that uses the database for storage). To calculate the hash value of a
password for storing in web.config, you can use the very intuitively named function
FormsAuthentication.HashPasswordForStoringInConfigFile. You can find examples about
how to use this function in MSDN and in a number of other articles, such as the ones at http://
www.stardeveloper.com/articles/display.html?article=2003062001&page=1 or http://
www.c-sharpcorner.com/Code/2003/Feb/HashPassword.asp.
Alternatively, you can even hash your password online on a site such as http://aspnetresources.
com/tools/pwdhash.aspx. For example, the hash value of the password “admin” using the SHA-1 algorithm is
D033E22AE348AEB5660FC2140AEC35850C4DA997. In the following example, you’ll simply store this hash
value in web.config.
colbertfenton
Posted: Monday, January 31, 2011 12:01:49 AM
Rank: Newbie
Groups: Member

Joined: 1/30/2011
Posts: 4
Points: 12
Location: US

what is hashing?

Hashing is the transformation of a string into a fixed length value usually shorter or key that represents the original string. The hash is used to index and retrieve items in a database because it is faster to find the item using the shorter hashed key than to find it using the original value.



wedding photographers bristol
adamadimos
Posted: Wednesday, February 23, 2011 1:27:22 PM
Rank: Member
Groups: Member

Joined: 2/18/2011
Posts: 14
Points: 42
Location: US

what is hashing?

Hashing is a programming technique based on the data stored in data Structure remains almost the same for a moment. In Each variation Hash search requires a "hash function ", that is, a given element is calculated, the index should be saved.

Sightline Payments Kirk Sanford
betting guide
kaileyrob
Posted: Wednesday, February 23, 2011 5:12:00 PM
Rank: Newbie
Groups: Member

Joined: 2/23/2011
Posts: 6
Points: 18
Location: US

what is hashing?

Hash algorithm consists of two parts function and collision.Hashing is the widespread use of mechanisms to random file organization, record keys into address.Hash table is one of the most effective means of search data. A hash table of all possible mappings between the keys and the location of data storage with these keys.

psd to xhtml | psd to html | convert to wordpress
ballmiles
Posted: Thursday, June 16, 2011 8:36:42 AM
Rank: Newbie
Groups: Member

Joined: 6/16/2011
Posts: 5
Points: 15
Location: US

what is hashing?

As per my experience, Hashing is used to index and retrieve items in a database because it is faster to find the item using the shorter hashed key than to find it using the original value. Hashing technique is the very efficient method in the searching to the exact data item in a very short time.

Table Linen
Users browsing this topic
Guest

 Related
how to remove 404 error
Linq query in MVC
creating a profile in commerce server 2009 pragmatically
A little confusion on ICallbackEventHandler
using AdRotator control in ASP.Net
Could not load file or assembly 'XXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' ..
Commerce Server 2009 Starter Site step by step
nopCommerce ASP.NET/C# based opensource shopping cart Installation
MVC Application Structure
'System.Exception' was thrown
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Fantora Blog | Discount Shop UK | Discount Shop USA | Discount Shop Canada | Discount Boutique France | Discount Shop Deutschland | Discount Shop Italia | Descuento Shop España

Free Classified ads, Webmaster Forum & Technology Reviews | Fantora Free Classified Ads | Buy & Sell Electronics, Mobile phones & Accessories | fantora Forums Community | Buy & Sell DVD, Games and Consols | Free eBooks & Softwares | SEO & Affiliate Marketing Discussion | Programming Language Forum (.NET, ASP, PHP, SQL) | Free Classified Ads | General Stuff (Movies, Chat, Comics) | Free Online English Movies & Reviews | Free Online Hindi Movies & Reviews | Australia & New Zealand Immigration Forum | Europe immigration forum | Canada Immigration Forum | Ireland Immigration Forum | US Immigration Forum | United Kingdom Immigration Forum

Main Forum RSS : RSS

Powered by: YAF.NET
Copyright © AI Logica All rights reserved.
This page was generated in 0.667 seconds.