Click here to Skip to main content
15,917,632 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SFtp with .NET Pin
Dave Kreskowiak23-May-07 7:24
mveDave Kreskowiak23-May-07 7:24 
GeneralRe: SFtp with .NET Pin
shiveta23-May-07 7:36
shiveta23-May-07 7:36 
GeneralRe: SFtp with .NET Pin
Dave Kreskowiak23-May-07 8:07
mveDave Kreskowiak23-May-07 8:07 
QuestionOperations Research Pin
de silva23-May-07 6:55
de silva23-May-07 6:55 
AnswerRe: Operations Research Pin
Dave Kreskowiak23-May-07 7:22
mveDave Kreskowiak23-May-07 7:22 
QuestionVB.net Flexgrid? Pin
de silva23-May-07 6:42
de silva23-May-07 6:42 
AnswerRe: VB.net Flexgrid? Pin
DA_Loring23-May-07 6:45
DA_Loring23-May-07 6:45 
GeneralRe: VB.net Flexgrid? Pin
de silva23-May-07 6:59
de silva23-May-07 6:59 
GeneralRe: VB.net Flexgrid? Pin
DA_Loring23-May-07 7:12
DA_Loring23-May-07 7:12 
QuestionStrange entries in My Doc\user\aplications Pin
DA_Loring23-May-07 6:41
DA_Loring23-May-07 6:41 
AnswerRe: Strange entries in My Doc\user\aplications Pin
Dave Kreskowiak23-May-07 6:47
mveDave Kreskowiak23-May-07 6:47 
GeneralRe: Strange entries in My Doc\user\aplications Pin
DA_Loring23-May-07 7:09
DA_Loring23-May-07 7:09 
QuestionOnTimedEvent Pin
ciacia23-May-07 6:35
ciacia23-May-07 6:35 
AnswerRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 6:39
mveDave Kreskowiak23-May-07 6:39 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 6:43
ciacia23-May-07 6:43 
AnswerRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 6:52
mveDave Kreskowiak23-May-07 6:52 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 7:27
ciacia23-May-07 7:27 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 7:37
mveDave Kreskowiak23-May-07 7:37 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 7:53
ciacia23-May-07 7:53 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 8:17
mveDave Kreskowiak23-May-07 8:17 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 8:48
ciacia23-May-07 8:48 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 9:44
mveDave Kreskowiak23-May-07 9:44 
QuestionEncrypting passwords in a database Pin
steve_rm23-May-07 5:42
steve_rm23-May-07 5:42 
AnswerRe: Encrypting passwords in a database Pin
Tarakeshwar Reddy23-May-07 6:03
professionalTarakeshwar Reddy23-May-07 6:03 
Take a look at
1) SQL Encrypt Decryption article[^]
2) VB NET TripleDES article[^]
3) System.Security.Cryptography [^] class.

You could encrypt your password using md5 and store it in the database. When the user log's on encrypt the password to md5 and compare it with the password in the database.






AnswerRe: Encrypting passwords in a database Pin
andyharman23-May-07 6:14
professionalandyharman23-May-07 6:14 

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.