I use this code for encryption of password,, Now i need the reverse of this that convert Hash to Plain Text plx help
SHA1 algorithm = SHA1.Create();
byte[] hash = algorithm.ComputeHash(data);
string base64 = Convert.ToBase64String(hash);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Oct 21, 2016, 6:29 AM
Ananth GPosted Oct 21, 2016, 5:58 AM
Karthikeyan KPosted Aug 27, 2015, 11:30 PM
Kindly accept my answer
Karthikeyan KMohammed IbrahimPosted Aug 27, 2015, 11:11 PM