Click here to Skip to main content
15,901,035 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: plotting a graph using any equation like Y=a(1+sinX) Pin
Neo Andreson20-May-07 0:14
Neo Andreson20-May-07 0:14 
AnswerRe: plotting a graph using any equation like Y=a(1+sinX) Pin
CPallini18-May-07 1:48
mveCPallini18-May-07 1:48 
AnswerRe: plotting a graph using any equation like Y=a(1+sinX) Pin
Arun.Immanuel20-May-07 1:17
Arun.Immanuel20-May-07 1:17 
QuestionPassword security Algorithm needed Pin
lastFarhi16-May-07 22:33
lastFarhi16-May-07 22:33 
AnswerRe: Password security Algorithm needed Pin
CPallini17-May-07 1:44
mveCPallini17-May-07 1:44 
AnswerRe: Password security Algorithm needed Pin
Frank Kerrigan18-May-07 1:34
Frank Kerrigan18-May-07 1:34 
GeneralRe: Password security Algorithm needed Pin
lastFarhi19-May-07 6:19
lastFarhi19-May-07 6:19 
GeneralRe: Password security Algorithm needed Pin
cmk22-May-07 20:21
cmk22-May-07 20:21 
lastFarhi wrote:
password will be taken from textbox and will be stored in SQL Server DB. i want to do encryption while storing password in DB and algorithm is required here


Generally, storing a password is bad.
Most people hash the password and store that in the database.
When the user logs in you take the password they give, hash it, and compare this hash to what is stored in the database.

Encrypting the password means you can decrypt it (recover it), encryption is 2-way.
Hashing the password is 1-way, you can't recover the password from the hash.
The SHA family are the most common (current) algorithms.
http://en.wikipedia.org/wiki/SHA-1[^]


...cmk

Save the whales - collect the whole set

AnswerRe: Password security Algorithm needed Pin
ekynox29-May-07 17:09
ekynox29-May-07 17:09 
QuestionIntel MKL Pin
spin vector15-May-07 12:45
spin vector15-May-07 12:45 
AnswerRe: Intel MKL Pin
djlove17-May-07 0:11
djlove17-May-07 0:11 
GeneralRe: Intel MKL Pin
spin vector17-May-07 15:51
spin vector17-May-07 15:51 
AnswerRe: Intel MKL Pin
Trevor Misfeldt4-Jun-09 18:01
Trevor Misfeldt4-Jun-09 18:01 
QuestionLine through X Pin
crash89313-May-07 23:35
crash89313-May-07 23:35 
AnswerRe: Line through X [modified] Pin
Luc Pattyn14-May-07 0:28
sitebuilderLuc Pattyn14-May-07 0:28 
JokeRe: Line through X Pin
CPallini14-May-07 0:44
mveCPallini14-May-07 0:44 
JokeRe: Line through X Pin
Luc Pattyn14-May-07 1:02
sitebuilderLuc Pattyn14-May-07 1:02 
GeneralRe: Line through X Pin
El Corazon14-May-07 7:01
El Corazon14-May-07 7:01 
JokeRe: Line through X Pin
CPallini15-May-07 1:41
mveCPallini15-May-07 1:41 
GeneralRe: Line through X Pin
crash89314-May-07 7:00
crash89314-May-07 7:00 
GeneralRe: Line through X Pin
Luc Pattyn14-May-07 7:11
sitebuilderLuc Pattyn14-May-07 7:11 
GeneralRe: Line through X Pin
crash89314-May-07 7:40
crash89314-May-07 7:40 
GeneralRe: Line through X Pin
crash89314-May-07 7:42
crash89314-May-07 7:42 
GeneralRe: Line through X Pin
crash89314-May-07 12:54
crash89314-May-07 12:54 
GeneralRe: Line through X Pin
Luc Pattyn14-May-07 13:02
sitebuilderLuc Pattyn14-May-07 13:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.