No announcements
Found 3741616 threads
-
0 Votes
How to decrypt password aspnet_Membership using TSQL
http://www.byteblocks.com/post/2011/05/03/Decrypt-password-in-SqlMembershipProvider.aspxAnswered | 3 Replies | 272 Views | Created by Anonymous - Friday, June 29, 2012 10:36 AM | Last reply by Anonymous - Friday, June 29, 2012 12:17 PM -
4 Votes
password encryption and decryption using sql server 2005
Hai David, http://www.obviex.com/samples/Encryption.aspx i used this above code to test my login form For ...Answered | 8 Replies | 11484 Views | Created by Jaslin - Friday, September 4, 2009 7:35 AM | Last reply by Jaslin - Thursday, September 10, 2009 10:24 AM -
0 Votes
encrypting and decrypting passwords in SSIS
Please see the below link for encrypt and decrypt functions.Answered | 2 Replies | 16571 Views | Created by Naveen T - Tuesday, March 27, 2012 4:04 AM | Last reply by Eshani Rao - Tuesday, March 27, 2012 5:20 AM -
0 Votes
How to validate SQL Login Credientials - Userid and Password using tsql
philfactor, I need to do it with tsql.Answered | 11 Replies | 3345 Views | Created by TheBrenda - Tuesday, January 17, 2017 3:44 PM | Last reply by TheBrenda - Wednesday, January 18, 2017 8:22 PM -
0 Votes
Sql Query to Decrypt Password
I agree 3rd party tool can give us as like above, but how ever why do you want to decrpypt & why cant you reset instead of because Iam not sure about decrpyt the ...Answered | 9 Replies | 17744 Views | Created by SP Assest - Tuesday, December 11, 2012 3:12 AM | Last reply by Iam_Rakesh - Tuesday, December 11, 2012 10:22 AM -
0 Votes
Decrypted password in memory
Answered | 1 Replies | 1023 Views | Created by Nora Hacker - Friday, August 17, 2018 2:04 PM | Last reply by Dave Patrick - Friday, August 17, 2018 4:05 PM -
0 Votes
current logged in user and password using a TSQL
Dear frnds, Is there is any way to get current logged in user and password using a TSQL?Answered | 4 Replies | 8198 Views | Created by Sajid P K - Friday, October 1, 2010 10:40 AM | Last reply by Balmukund - Friday, October 1, 2010 10:51 AM -
0 Votes
How to decrypt SHA1Managed password in c#
You can't decrypt SHA1 hash because it's a one way hash.Answered | 1 Replies | 2776 Views | Created by dharmsah - Tuesday, August 19, 2014 2:31 PM | Last reply by Taswar Bhatti - Tuesday, August 19, 2014 2:37 PM -
0 Votes
Decrypt Password using MD5 algorithm in sql server
Please see: http://technet.microsoft.com/en-us/library/ms345262.aspx Encryption algorithms define data transformations that cannot be ...Answered | 3 Replies | 22688 Views | Created by Malar Ers365 - Thursday, October 17, 2013 12:11 PM | Last reply by Tom Phillips - Thursday, October 17, 2013 2:59 PM -
2 Votes
Encrypt and Decrypt without password key
Hi, I want to use powerful algorithm without password key and also i want to encrypt and decrypt data.Answered | 7 Replies | 6757 Views | Created by CPK_2011 - Friday, July 20, 2012 3:51 PM | Last reply by Family Tree Mike - Sunday, July 22, 2012 4:44 PM -
0 Votes
A question on Encryption and decryption via password ?!
I have noticed that all the encryption and decryption methods using password key , simply need a string to be included in the code itself ...Answered | 16 Replies | 717 Views | Created by Kevin993 - Thursday, October 6, 2016 4:13 AM | Last reply by Frank L. Smith - Thursday, October 6, 2016 6:58 PM -
0 Votes
Decrypting with password parameter
We would really appreciate your time in rating this open feedback item, as well as giving us any additional feedback on the Connect item.Answered | 2 Replies | 7774 Views | Created by illselah - Tuesday, February 24, 2009 10:16 PM | Last reply by illselah - Wednesday, February 25, 2009 12:14 AM -
1 Votes
Encrypt and decrypt the password in asp.net using c#
http://chandradev819.wordpress.com/2011/04/11/how-to-encrypt-and-decrypt-password-in-asp-net-using-c/thanks and regard love4csharpAnswered | 2 Replies | 5180 Views | Created by Mohamed sithik - Tuesday, February 5, 2013 12:02 PM | Last reply by love4csharp - Tuesday, February 5, 2013 4:09 PM -
0 Votes
Coded UI Testing Password Encryption and Decryption Issue
How about using PlaybackSettings.SetEncryptionKeyLocation() API ...Answered | 1 Replies | 4537 Views | Created by Mark Villanueva - Thursday, September 8, 2011 2:34 AM | Last reply by Aditya_msft - Thursday, September 8, 2011 8:32 AM -
0 Votes
decrypt password from aspnet_membership table
If it equals “Encrypted”, you could use the MembershipUser.GetPassword to get the password.Answered | 6 Replies | 1006 Views | Created by Anonymous - Friday, July 3, 2015 6:54 AM | Last reply by Anonymous - Monday, July 6, 2015 4:56 AM -
2 Votes
C# 4.0 Encrypt and Decrypt the password
Hi recherche, Basically progemmers do not prefer to store a password..genral rule is get the hash of password using SHA-1,SHA-2 or MD5 hash algorithm and ...Answered | 2 Replies | 7105 Views | Created by recherche - Wednesday, February 13, 2013 10:29 AM | Last reply by Nans11 - Wednesday, February 13, 2013 11:31 AM -
0 Votes
Is it possible to get to the password in the aspnet_Membership table using a string that has been hashed with SHA1?
Andras, There is no way to recover your 'my_password_final' using 'my_password_sha1' and 'my_password_salt' if you generated the password ...Answered | 2 Replies | 5953 Views | Created by andras1979 - Friday, February 11, 2011 7:22 AM | Last reply by andras1979 - Monday, February 14, 2011 12:12 PM -
6 Votes
Encrypting and Decrypting username and password values in C# forms
In addition, there are some demonstrates about your issue: (1) This is about how to generate a persistent symmetric key using the Rijndael (AES) ...Answered | 7 Replies | 42099 Views | Created by figo4ever - Tuesday, February 22, 2011 5:05 PM | Last reply by author.bh - Tuesday, November 5, 2013 12:07 PM -
0 Votes
decrypt using SHA1
Just based on your original post, you didn't mentioned encryption and decryption using the implementation of the RSA algorithm.Answered | 4 Replies | 11976 Views | Created by dnyanbhar - Tuesday, March 10, 2015 9:11 PM | Last reply by Kristin Xie - Thursday, March 12, 2015 2:02 AM -
2 Votes
Is there a way to decrypt an password that is saved in SQL Server syslogins
I am guessing it might be because you are wanting to move logins with passwords -yes?Answered | 2 Replies | 8604 Views | Created by cadarsh88 - Saturday, December 24, 2011 4:58 PM | Last reply by retracement - Tuesday, December 27, 2011 12:34 PM - Items 1 to 20 of 3741616 Next ›
No announcements