Created
December 14, 2021 00:30
-
-
Save atoponce/90e185ca124c2f4d90ed5c0a9fa8ab23 to your computer and use it in GitHub Desktop.
Testing password storage on disk with a new Firefox profile in GNOME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nextId": 2, | |
"logins": [ | |
{ | |
"id": 1, | |
"hostname": "https://keepass.info", | |
"httpRealm": null, | |
"formSubmitURL": "javascript:", | |
"usernameField": "user", | |
"passwordField": "pwd", | |
"encryptedUsername": "MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECF7DpVUb5Ce7BAjrvVXlK0JmTQ==", | |
"encryptedPassword": "MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECLfO+mdk+xCbBAjnDs18PSyeoA==", | |
"guid": "{a610882b-f1e4-4c8a-861d-cd2c8f84f890}", | |
"encType": 1, | |
"timeCreated": 1639441560120, | |
"timeLastUsed": 1639441560120, | |
"timePasswordChanged": 1639441560120, | |
"timesUsed": 1 | |
} | |
], | |
"potentiallyVulnerablePasswords": [], | |
"dismissedBreachAlertsByLoginGUID": {}, | |
"version": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment