~~Steal~~ Get username & password from Chrome. (Now Only Windows)
You can download the exe binary from the releases page.
With Cargo:
powershell
cargo install chrome_password
plain
➜ ~ chrome_password
+----------------------------------------+------------------------+---------------------------+
| url | username | password |
+----------------------------------------+------------------------+---------------------------+
| https://baidu.com | justjavac | 12345678 |
+----------------------------------------+------------------------+---------------------------+
| http://127.0.0.1/login.php | admin | 12345678 |
+----------------------------------------+------------------------+---------------------------+
| https://www.zhihu.com/login | root | 12345678 |
Add this to your Cargo.toml
:
toml
[dependencies]
chrome_password = "0.1"
Code:
```rust use std::env; use std::path::PathBuf;
fn main() { let userprofile = env::var("LOCALAPPDATA").unwrap(); let localstatepath = PathBuf::from(&userprofile).join("Google/Chrome/User Data/Local State"); let logindatapath = PathBuf::from(&user_profile).join("Google/Chrome/User Data/Default/Login Data");
let masterkey = chromepassword::getmasterkey(&localstatepath); let password = chromepassword::getpassword(&logindatapath, &master_key);
println!("{:?}", &password); } ```
Deno Version Manager(dvm) is released under the MIT License. See the bundled LICENSE file for details.