No announcements
Found 4081678 threads
-
2 Votes
How to validate a username and password when I have a hashed password in the database?
You could cache the hashed passwords so you don't have to call out to the database at each single request.Answered | 3 Replies | 792 Views | Created by ComptonAlvaro - Friday, December 18, 2015 6:09 PM | Last reply by Magnus (MM8) - Saturday, December 19, 2015 10:29 AM -
3 Votes
Getting hashed passwords from databse
Knowing that in your code I see that you use "HashData" to compute the hash value when entering the new user but "HashLogin" ...Answered | 13 Replies | 6318 Views | Created by jackandjill2012 - Monday, November 28, 2011 2:29 AM | Last reply by jackandjill2012 - Saturday, February 11, 2012 2:50 AM -
0 Votes
LogonUser()...When only have access to a hashed password
More to the point; why do they have to login to SSRS?Answered | 2 Replies | 706 Views | Created by gti303 - Thursday, April 21, 2016 10:56 PM | Last reply by Sebastian vd Putten - Wednesday, May 4, 2016 2:15 PM -
0 Votes
Password Hashing
So the hashing is done by the database.Answered | 3 Replies | 3089 Views | Created by MelroseTom - Saturday, January 21, 2012 7:17 PM | Last reply by Justin Anderson - Saturday, February 4, 2012 7:48 AM -
2 Votes
Username / Password storage
But, as Troll says, if you are validating a user's password/userID combo you should never store the password, a hash of it is the best route.Answered | 4 Replies | 3659 Views | Created by MichaelGoldsmith - Friday, March 9, 2007 2:31 PM | Last reply by MichaelGoldsmith - Friday, March 9, 2007 2:59 PM -
3 Votes
when validating hash password Validation C#
Do you have the code that creates the secure password when the user first creates the account (the code for the registration form)?Answered | 7 Replies | 2450 Views | Created by Abelt88 - Monday, October 1, 2012 5:10 PM | Last reply by Joel Engineer - Tuesday, October 2, 2012 7:36 AM -
1 Votes
Salted Hash - Saving Salt inside password?!
When a user write his password to log, you encrypt it and compare it to the encrypted one in the database.Answered | 7 Replies | 4537 Views | Created by Alireza Maddah - Thursday, September 18, 2008 4:33 PM | Last reply by arootbeer - Friday, September 19, 2008 8:47 PM -
0 Votes
How To Validate The Username And Password As Userdefiene Thing I Winform?
Duplicate ThreadAnswered | 3 Replies | 543 Views | Created by Xaavier8 - Saturday, August 29, 2015 7:26 AM | Last reply by Val10 - Saturday, August 29, 2015 12:10 PM -
0 Votes
invalidoperationexception....i am not able to validate username and password :(
You should add a space between * and from in the query to begin with and compare the value of Text properties of the TextBoxes with the username and password in the ...Answered | 1 Replies | 627 Views | Created by prave123 - Sunday, June 29, 2014 4:27 AM | Last reply by Magnus (MM8) - Sunday, June 29, 2014 2:58 PM -
0 Votes
Get hashed password from AAD
When your users changes their password in Azure AD, the AD password hash will be written and updated on the DC.Answered | 9 Replies | 3679 Views | Created by Hagi7707 - Monday, May 1, 2017 4:58 PM | Last reply by Andreas Kjellman - Friday, May 5, 2017 5:45 AM -
0 Votes
New SQL Login with Hashed Password
The concerns have to do with the validity of that scenario.Answered | 7 Replies | 10349 Views | Created by JediSQL - Tuesday, February 23, 2010 12:58 AM | Last reply by JediSQL - Sunday, February 17, 2013 5:33 PM -
0 Votes
storing hashed passwords and security questions
My goal is to store passwords and security questions into a SQL 2008 database as a one-way hashed value with salt.Answered | 1 Replies | 9380 Views | Created by MdeVera - Tuesday, March 8, 2011 8:50 PM | Last reply by Shrikant Maske - Monday, March 14, 2011 1:10 PM -
0 Votes
Password Comparison in hash formatting
I found that the following site: http://www.aspheute.com/english/20040105.asp Has a great setup to store hashed passwords using a ...Answered | 4 Replies | 4214 Views | Created by hafizzeeshan - Tuesday, February 16, 2010 7:34 AM | Last reply by jgalley - Tuesday, February 16, 2010 5:48 PM -
2 Votes
Hash algorithms for passwords.
I have those question.Answered | 3 Replies | 1572 Views | Created by ArtsiomRusak - Sunday, January 19, 2014 6:51 PM | Last reply by M. Mahfoud EL HOUDAIGUI - Monday, January 20, 2014 1:38 AM -
0 Votes
HTTP Recieve Validate username and Password
The HTTP adapter does not enforce any authentication, nor does it have any extensibility.Answered | 4 Replies | 1161 Views | Created by BTS User - Friday, June 24, 2016 7:10 AM | Last reply by Arindam Paul Roy - Wednesday, June 29, 2016 9:43 AM -
0 Votes
username and password?
After you know the basics, you must have some application specification or idea how that application will work.Answered | 3 Replies | 4104 Views | Created by Hamedeus - Monday, August 18, 2008 6:54 PM | Last reply by boban.s - Tuesday, August 19, 2008 11:28 PM -
12 Votes
Username and Password SQL Server with VB.NET
I think I figured it out, but I have problem inserting data I'm glad you figured out the connection ...Answered | 12 Replies | 15096 Views | Created by BeAwareAlien - Saturday, November 2, 2013 1:30 PM | Last reply by Dan Guzman - Sunday, November 3, 2013 1:17 AM -
0 Votes
How to compaire password of hash format with password entered by Textbox
Hi Piyush, Better option in your scenario is to reset the password and send new password in an email to the user saying that, please change the password ...Answered | 3 Replies | 4406 Views | Created by Piyush Ostwal - Monday, February 14, 2011 12:16 PM | Last reply by A.V.Mahesh - Tuesday, February 15, 2011 7:02 AM -
0 Votes
Hashing a password during user registration
Hi Stuart89, The best practice for storing passwords is hashing them.Answered | 3 Replies | 4847 Views | Created by Major Productions LLC - Friday, November 20, 2009 10:02 PM | Last reply by Tamer Oz - Sunday, November 22, 2009 1:24 PM -
0 Votes
Database Password
if still you have any further question regarding same issue then I suggest you to let us know about that.Answered | 7 Replies | 598 Views | Created by Gordon Swan - Sunday, September 3, 2017 10:03 PM | Last reply by Deepak Saradkumar Panchal - Tuesday, September 12, 2017 5:08 AM - Items 1 to 20 of 4081678 Next ›
No announcements