| Crates.io | md5mix |
| lib.rs | md5mix |
| version | 0.1.2 |
| created_at | 2022-10-24 23:35:33.209604+00 |
| updated_at | 2022-11-10 07:57:17.359685+00 |
| description | A fun number to string by md5 |
| homepage | |
| repository | |
| max_upload_size | |
| id | 696357 |
| size | 12,780 |
#MD5MIX
md5 混淆加解密数字到字符串,解析字符串到数字,抄袭php的一个加密算法,加密算法名字不明
let id: i32 = 101;
let md5mix_str = md5mix::encode(id);
assert_eq!(id, md5mix::decode(&md5mix_str));
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.