Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to access encrypted/secured fields of active directory in c#?
Example :password is encrypted in active directory ...how to access it?
System.Security.SecureString
Posted
Updated 13-Feb-13 2:13am
v4
Comments
Bandi Ramesh 13-Feb-13 6:40am    
Can you explain in detail?

1. you can't : you would need a private key that you can not get for obvious security reasons
2. even if you could find the private key by whatever brute force method what you would decrypt is not the password but a hash of the password. There is no properly secured system which store passwords even encrypted.
 
Share this answer
 
Check similar threads :CP Answers[^]

Note: You must know encryption algorithm applied on data for its decryption.
 
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