MVC 5 >> convert hash password to readable text.
Sample : HashPasword = AMVicVYXq/Gnj+gJ9QMThNZt84TJZwCIIUdFA3upr+wyMZUu4maPpkXiJhbZ5djwgw== should be convert to 123456
MVC 5 >> convert hash password to readable text.
Sample : HashPasword = AMVicVYXq/Gnj+gJ9QMThNZt84TJZwCIIUdFA3upr+wyMZUu4maPpkXiJhbZ5djwgw== should be convert to 123456
By definition, a hash cannot be converted to readable text. So no, what you're asking is not possible.
123456 might convert to AMVicVYXq/Gnj+gJ9QMThNZt84TJZwCIIUdFA3upr+wyMZUu4maPpkXiJhbZ5djwgw==, but AMVicVYXq/Gnj+gJ9QMThNZt84TJZwCIIUdFA3upr+wyMZUu4maPpkXiJhbZ5djwgw== will not convert back to 123456.
