I am encrypting password using DigestUtils.sha256Hex("password")
.I get encrypted password as 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8
I want original password string from encrypted . How shall i get it? Please help me. Thanks