Store hashing algorithm details

Issue #69 new
Luke Horsley repo owner created an issue

When hashing a password/token/code etc. Store the details of the associated hashing algorithm, this should be the name of the algorithm and other required information (e.g. Iterations), it may make sense to have a separate related table for this information.

The salt and key size are not required as this can be determined by the number of bytes in the associated hashed data.

Comments (1)

  1. Log in to comment