pub fn sha256_hash(name: &str, password: &str) -> Vec<u8> ⓘ
Encrypt “password+name” with SHA-256.
password
name