Create a string that can be used to store a password safely. It includes the hash, the salt, and information about the CPU and memory limits used to compute it.
See Implementation
Create a string that can be used to store a password safely. It includes the hash, the salt, and information about the CPU and memory limits used to compute it.