Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
which method is more complicated to decrypted
.
i want to decrypt my password., url, and user's images name
.and please
give me hint for coding
Posted
Updated 23-Feb-14 19:10pm
v2

1 solution

A password should never be decrypted. It should not be even stored anywhere. This is absolutely not needed for password-based authentication.

Surprised? disagree? Then read my past answers:

i already encrypt my password but when i log in it gives me an error. how can decrypte it[^],
Decryption of Encrypted Password[^],
storing password value int sql server with secure way[^].

—SA
 
Share this answer
 
Comments
VICK 24-Feb-14 2:22am    
Surprised? disagree?

YES! :D but after visiting the links .. Cleared pretty much.

My 5+. :)
Sergey Alexandrovich Kryukov 24-Feb-14 2:59am    
Great. Thank you.
—SA

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