No announcements
Found 3652312 threads
-
0 Votes
Decrypt Password using MD5 algorithm in sql server
You cannot reverse MD5.Answered | 3 Replies | 22649 Views | Created by Malar Ers365 - Thursday, October 17, 2013 12:11 PM | Last reply by Tom Phillips - Thursday, October 17, 2013 2:59 PM -
1 Votes
MD5 Decryption
i got a file of phone numbers from my vendor. i was told the phone number are encrypted with MD5 inside SQL.Answered | 1 Replies | 8560 Views | Created by Sarathi - Friday, May 4, 2012 8:20 PM | Last reply by Daniel_Steiner - Friday, May 4, 2012 9:37 PM -
0 Votes
Regarding MD5 algorithm in C#
MD5 is a one-way hashing algorithm so you cannot "unhash" och "decrypt" the hashed value.Answered | 1 Replies | 767 Views | Created by La07K - Monday, December 29, 2014 12:04 PM | Last reply by Magnus (MM8) - Monday, December 29, 2014 3:00 PM -
4 Votes
password encryption and decryption using sql server 2005
The code above is strictly within SQL server.Answered | 8 Replies | 11482 Views | Created by Jaslin - Friday, September 4, 2009 7:35 AM | Last reply by Jaslin - Thursday, September 10, 2009 10:24 AM -
3 Votes
How To Decrypt MD5 in Windows App.
Hi Osama Usmani, You can use the AES algorithm to Decrypt as follow.Answered | 3 Replies | 1651 Views | Created by Osama Usmani - Sunday, December 11, 2016 7:51 PM | Last reply by Breeze Liu - Monday, December 12, 2016 8:58 AM -
1 Votes
MD5 Decryption
- So please, don't rely upon bare bones MD5 hashing.Answered | 4 Replies | 24609 Views | Created by cellulo madhu - Wednesday, February 1, 2012 7:12 AM | Last reply by Aravind A - Thursday, December 26, 2013 4:26 PM -
2 Votes
Encrypt and Decrypt without password key
Well, MD5 is not an encryption method, so there is no reason for it to offer a decrypt function.Answered | 7 Replies | 6751 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
Sql Query to Decrypt Password
Hello its not possible because the algorithm you cannot change how it set for ...Answered | 9 Replies | 17737 Views | Created by SP Assest - Tuesday, December 11, 2012 3:12 AM | Last reply by Iam_Rakesh - Tuesday, December 11, 2012 10:22 AM -
2 Votes
Hash algorithms for passwords.
Use MD5 encryption : /// <summary> /// Hasher la chaîne en ...Answered | 3 Replies | 1467 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 -
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 ...Answered | 2 Replies | 7101 Views | Created by recherche - Wednesday, February 13, 2013 10:29 AM | Last reply by Nans11 - Wednesday, February 13, 2013 11:31 AM -
2 Votes
md5 hash
Like Rick said: no. md5 is a hashing algorithm; it will calculate a 128-bit hash of ANY binary input.Answered | 3 Replies | 1573 Views | Created by Rumman Siddiqui - Tuesday, October 16, 2012 9:38 AM | Last reply by Arno Brouwer - Thursday, October 18, 2012 10:15 AM -
2 Votes
Is there a way to decrypt an password that is saved in SQL Server syslogins
If so you dont need to worry about want the actual password is and can use the following stored procedure to script out your logins and hashed passwords.Answered | 2 Replies | 8601 Views | Created by cadarsh88 - Saturday, December 24, 2011 4:58 PM | Last reply by retracement - Tuesday, December 27, 2011 12:34 PM -
1 Votes
HMACSha1 decryption algorithm
Hi HMACSha1,sha1 is a one-way hash, and not a bidirectional encryption algorithm.Answered | 1 Replies | 984 Views | Created by hmacSha1 - Wednesday, October 15, 2014 12:16 PM | Last reply by sethhop - Wednesday, October 15, 2014 12:24 PM -
0 Votes
how to encrypt password column in sql server 2005
Hi, Please look at this ...Answered | 6 Replies | 7850 Views | Created by haqayyum - Wednesday, May 23, 2012 8:59 AM | Last reply by Stefan Hoffmann - Wednesday, May 23, 2012 11:03 AM -
0 Votes
Encrypt and Decrypt Card Number using AES 256 algorithm
Please check out this article: http://msdn.microsoft.com/en-us/library/ms179331.aspx It explains how to use: CREATE SYMMETRIC KEY ...Answered | 2 Replies | 1643 Views | Created by Praveen.C - Thursday, October 30, 2014 1:44 PM | Last reply by Deric Ferreira - Thursday, October 30, 2014 2:17 PM -
4 Votes
decryption required of HMACSHA256
I want to use it for db encryption/decryption.Answered | 5 Replies | 4716 Views | Created by neha-verma - Thursday, June 13, 2013 12:54 AM | Last reply by neha-verma - Sunday, June 23, 2013 8:31 AM -
0 Votes
What is the best and strong encryption algorithm available in dotnet
It is not, there they are using MD5 just to create the key that will use the DES algorithm which is the actual encryption algorithm.Answered | 4 Replies | 14766 Views | Created by Sudip_inn - Thursday, November 30, 2017 7:15 PM | Last reply by Abel Sierra - Tuesday, September 24, 2019 5:34 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 | 42096 Views | Created by figo4ever - Tuesday, February 22, 2011 5:05 PM | Last reply by author.bh - Tuesday, November 5, 2013 12:07 PM -
1 Votes
Decrypting Password of SysxLogins Table - SQL Database.
Hi, I was questioned by my Security Team whether the password in SQL Server 2005 syslogin table may be hacked.Answered | 3 Replies | 15551 Views | Created by MeetMe - Thursday, December 15, 2005 12:12 PM | Last reply by Matthanielcm - Friday, July 29, 2011 6:42 PM -
0 Votes
encrypting and decrypting passwords in SSIS
Hi, I couldn't find system encrypt function in sql server 2005.Answered | 2 Replies | 16556 Views | Created by Naveen T - Tuesday, March 27, 2012 4:04 AM | Last reply by Eshani Rao - Tuesday, March 27, 2012 5:20 AM - Items 1 to 20 of 3652312 Next ›
No announcements