![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
what exactly is password encryption?
I mean I know what the term means and what it does...
but should every internet application that requires login information etc use it for password and such? |
|
|
|
|
|
#2 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
There are other methods of authentication, but username and password i think are the easiest to implement.
__________________
Quote:
|
|
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Without having a form of secure authentication, encrypted password or otherwise, you are asking for trouble.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Oct 2006
Posts: 15
Rep Power: 0
![]() |
Usually with websites when users sign up to the website and set their password their password is encrypted in a way that can't be reversed. Then, each time the user enters their password to log in this password is encrypted in the same way and compared to the encrypted version of the password they provided. If these encrypted passwords match then the user can enter the website. This way if someone manages to view the passwords stored in the database all they can see is the encrypted passwords and therefore they can't reverse engineer them because that one encrypted password could be the result of several different passwords
|
|
|
|
|
|
#5 | |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
Quote:
so basically it's making sure that even if someone gets hold of database, he gets nothing that could harm anybody? cool |
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Oct 2006
Posts: 15
Rep Power: 0
![]() |
Exactly. Although they would still have peoples' e-mail addresses so that could be irritating but nothing that could be used really maliciously
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
|
|
|
|
|
|
#8 |
|
Expert Programmer
|
Not exactly all true. Remember the user can always run a brute-force or dictionary attack the on database/file. I remember reading an article where one administrator ran a brute force attack on a file that contained all the usernames and passwords for a company. It totaled about 800 employees. He broke all the passwords in 3 minutes. Turns out all the users were using extremely common passwords. The article is somewhere on IT Canada I think.
|
|
|
|
|
|
#9 | |
|
Newbie
Join Date: Oct 2006
Posts: 15
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
|
|
#10 | |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 154
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Python] Password Generator | bulio | Show Off Your Open Source Projects | 2 | Feb 28th, 2006 3:01 AM |
| Interesting Encryption | Sane | Python | 0 | Feb 26th, 2006 12:49 PM |
| password box | ragenuub | Visual Basic | 5 | Nov 15th, 2005 3:46 PM |
| Just a small password generator | Jessehk | Show Off Your Open Source Projects | 3 | Sep 16th, 2005 8:41 AM |
| ONETT Encryption | Sane | Coder's Corner Lounge | 6 | Aug 5th, 2005 12:07 AM |