In our project there are several places where we could\'ve gotten away with hashing. For example, we store an encrypted reference between a license and the licensed object in t
Any data that can be encrypted can also be decrypted.
Hashing is a one way process, especically if you use the new SHA2 methods.