| bio | website | users.ics.tkk.fi/peter |
|---|---|---|
| location | Esbo, Finland | |
| age | 26 | |
| visits | member for | 2 years, 6 months |
| seen | May 10 at 7:15 | |
| stats | profile views | 39 |
Master Student in Machine Learning and Data Mining at the Aalto Univerity School of Science (formerly TKK / Helsinki University of Technology) in Helsinki, Finland.
Currently working as Research Assistant in the Speech Group of the Adaptive Informatics Research Centre of the Aalto Univerity School of Science (formerly TKK / Helsinki University of Technology) in Helsinki, Finland.
|
May 7 |
awarded | Nice Question |
|
Feb 14 |
awarded | Notable Question |
|
Dec 28 |
awarded | Popular Question |
|
Nov 14 |
accepted | Should I use Suhosin for PHP? |
|
Nov 11 |
awarded | Yearling |
|
Oct 10 |
awarded | Notable Question |
|
Aug 21 |
awarded | Constituent |
|
Aug 15 |
awarded | Citizen Patrol |
|
Aug 14 |
awarded | Caucus |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Mar 21 |
awarded | Nice Question |
|
Jan 20 |
awarded | Popular Question |
|
Dec 9 |
awarded | Popular Question |
|
Nov 11 |
awarded | Yearling |
|
Sep 15 |
awarded | Nice Question |
|
Jul 25 |
asked | Does two factor authentication prevent social engineering attacks |
|
Jul 12 |
comment |
Salting password with the first 8 bit of the password itself Yes, I know. That is the reason that his method is not good enough, not as this answer claims because the salt will be stored plain text and therefore revealing information of the password. So I would advise you to change your answer. It does not deserve to be the top voted at this time. |
|
Jul 12 |
awarded | Commentator |
|
Jul 12 |
comment |
Salting password with the first 8 bit of the password itself I think you make the completely flawed assumption that @Mohamed wants to store the salt as plain text. The reason a salt is stored plain text, is that it is necessary when calculating the hash for a given password. If the password is given (for calculating the hash), the salt is automatically there, i.e. no need to store it! |