An utility to encode strings with hashes, allowing to check their validity on decode.
Static methods
staticappend(encoded:String, str:String):String
Encode and append str
to the already encoded string encoded
and return the results.
This is equivalent to result = encoded + HashedString.encode(str)