justjavac / steal_password_from_browser

πŸ΄β€β˜ οΈ steal saved browser passwords πŸ”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steal Password From Browser

Steal Get username & password from Browser. (Now Only Windows)

Install

Download the windows installer(.msi) from release page.

Preview

Under The Hood

Chrome use a Windows system function called CryptProtectData to encrypt passwords stored on computers with a randomly generated key. Only a user with the same logon credential as the user who encrypted the data can decrypt the data. In addition, the encryption and decryption usually must be done on the same computer.

Every password is encrypted with a different random key and stored in a small database(sqlite) on the computer. The database can be found in the directory %LocalAppData%\Google\Chrome\User Data\Default\Login Data.

Related projects

License

steal_password_from_browser is released under the MIT License. See the bundled LICENSE file for details.

About

πŸ΄β€β˜ οΈ steal saved browser passwords πŸ”

License:MIT License


Languages

Language:TypeScript 67.5%Language:Rust 27.1%Language:HTML 5.3%