Class HashString

java.lang.Object
io.vertx.ext.auth.hashing.HashString

public final class HashString extends Object
Utility class to encode/decode hashed strings to be stored on a persistent storage.

This follows as close as possible the phc sf spec.

Author:
Paulo Lopes