Skip to main content

hash_pin

Function hash_pin 

Source
pub fn hash_pin(pin: &str) -> Result<String, String>
Expand description

Hash a PIN for storage. Returns a PHC string with the salt embedded.

TRACES: UR-083 | DR-268