Encodes a hash algorithm output to string following PHC string format.
String toCrypt(CryptData input) { return crypt.encoder.convert(input); }