Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear Friends

I have a user name and password in SQL which is encripty form i am not able to read it...

can you pleae tell me how to decript it..

showing like : a3rx4itKWHW34zmBnho2GQ==
Posted

You can't.
Unless you have the encryption key, they are designed to be as hard as possible to decrypt.

What are you trying to do that you think you need this?
 
Share this answer
 
The whole idea of encrypting the password is security. If you have the decryption key then you can decrypt the password. there is no other way. If there is any other way(assuming), wouldn't it make the idea of having the encryption/decryption futile.

I suggest you ask the database designers or previous developers about the key.

If you got the database from some website then make sure you read the documentation, it may contain some useful information.
 
Share this answer
 
As per I know,
If you do not have the encryption key, you can not do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900