2个版本
0.1.1 | 2021年8月8日 |
---|---|
0.1.0 | 2021年8月7日 |
#79 in #openssl
6KB
gpp_decrypt
gpp_decrypt是一个用于解密组策略首选项文件中的cpassword的库。它对于某些
用法
extern crate gpp_decrypt;
fn main() {
let enc = "YOUR_CPASSWORD_HERE".to_string();
let result = gpp_decrypt::gpp_decrypt(enc);
println!("{}", result);
}
依赖项
~2–2.9MB
~63K SLoC