Hash encryption is a form of providing security to the data. Hash encryption is used to encode data in a form that is not readable/understandable by other users. While encryption can be reversed and the encoded data can be decoded to get the original data, hashing cannot be reversed. So, once you have hashed a data, you can not get the original data back.