| Crates.io | enc_password |
| lib.rs | enc_password |
| version | 0.1.2 |
| created_at | 2021-03-11 13:53:25.356941+00 |
| updated_at | 2021-06-01 11:13:54.834841+00 |
| description | Simple rust implementation of enc_password format and creation used by Instagram |
| homepage | |
| repository | |
| max_upload_size | |
| id | 367299 |
| size | 13,278 |
Simple rust implementation of enc_password format and creation used by Instagram.
let key_id = "20";
let key_version = "10";
let public_key = "c251eca108fa8c40acd2cad6eda30475fe779d9fd797cbccec654912c84f8a39";
let password = "foobar";
let result = enc_password(key_id, key_version, public_key, password).unwrap();