Function sha256_hash

Source
pub fn sha256_hash(name: &str, password: &str) -> Vec<u8> 
Expand description

Encrypt “password+name” with SHA-256.