Yandex Decrypt

It is a tool for extracting confidential data from the local storage of Yandex Browser. It works with files containing encrypted passwords and credit card data, decrypts them and outputs them in a readable form. The code uses cryptographic algorithms and Windows system functions (DPAPI) to access this data.

Features

Extracts passwords and credit card data from specific browser files.
Two levels of encryption: Supports DPAPI (Windows) and an optional master password with RSA-OAEP.
Cryptography: Uses AES-GCM-256, RSA-OAEP and PBKDF2 for decryption.
Working with SQLite: Reads the Ya Passman Data and Ya Credit Cards databases.
Multi-profile: Processes all browser profiles from Local State.
Requests a master password if necessary.
Readable output: Formats data for convenience (URL, login, password, card number).
Locality: Requires physical access to the device, no network functions.
Robustness: Skips errors, continuing to work with available data.
download:*** Hidden text: cannot be quoted. ***
 
Top Bottom