samsung-password
v1.0.4
Published
Decrypt email passwords extracted from samsung devices.
Downloads
7
Maintainers
Readme
samsung-password
Decrypt email accounts passwords extracted from Samsung android devices. More information about how to extract the encrypted password.
Usage
var sp = require("samsung-password");
sp.decode("frNQWuOXBQGUiGDpIwhRIQ=="); // -> "password"
sp.encode("password"); // -> "frNQWuOXBQGUiGDpIwhRIQ=="