Decodes a string to an hash algorithm config following PHC string format.
CryptData fromCrypt(String input) { return crypt.decoder.convert(input); }