Hi Jack,
if you want to hash query string, you can use QueryHelper.GetHash() or ValidationHelper.GetHashString() method. These methods return the hash value of the given input. On the page where you need to get any query string parameter value, simply validate the hash using QueryHelper.ValidateHash() or ValdiationHelper.ValidateHash() method. For more details about the hash validation please follow Query string hashing chapter in our documentation.