MD5 md5a1 = System.Security.Cryptography.MD5.Create();
byte[] inputBytesa1 = System.Text.Encoding.ASCII.GetBytes(Part11);
byte[] hasha1 = md5a1.ComputeHash(inputBytesa1);
this is my code for md5 encryption.. hoe to decrypt that..
please help me anyone..
this is my code for md5 encryption.. hoe to decrypt that..
please help me anyone..
Guest UserPosted May 6, 2015, 5:17 AM
Ananth GPosted Oct 21, 2016, 5:54 AM
Deena elizPosted May 6, 2015, 6:17 AM
Guest UserPosted May 6, 2015, 6:01 AM
Deena elizPosted May 6, 2015, 5:59 AM
is there any other way to decrypt that same value.