74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"_file-details": {
|
|
"app-name": "com.google.android.gms",
|
|
"app-ver": "",
|
|
"db-name": "keys.db",
|
|
"format-ver": "0.92",
|
|
"notes": "",
|
|
"scan-date": "2016-02-29_172210",
|
|
"scanner-name": "dbfp",
|
|
"scanner-ver": "1.00b"
|
|
},
|
|
"db-metadata": {
|
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
"encryptionkeys": "CREATE TABLE encryptionkeys ( key_handle INTEGER PRIMARY KEY, account STRING NOT NULL, master_key BLOB NOT NULL, creation_time INTEGER NOT NULL, expiration_time INTEGER NOT NULL )",
|
|
"signingkeys": "CREATE TABLE signingkeys ( key_handle STRING PRIMARY KEY, public_key BLOB NOT NULL, private_key BLOB NOT NULL, creation_time INTEGER NOT NULL, expiration_time INTEGER NOT NULL )"
|
|
},
|
|
"db-metadata-hashes": {
|
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
"encryptionkeys": "a57b94522206fe4b61a264bafa46f002",
|
|
"signingkeys": "dd0ded8ef7433f1bc781ed51b59eab46"
|
|
},
|
|
"db-metadata-md5": "37255fd87098b781f1c3dad526e90ad1",
|
|
"tables": {
|
|
"android_metadata": {
|
|
"locale": {
|
|
"datatype": "TEXT"
|
|
}
|
|
},
|
|
"encryptionkeys": {
|
|
"account": {
|
|
"datatype": "STRING",
|
|
"notnull": true
|
|
},
|
|
"creation_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"expiration_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"key_handle": {
|
|
"datatype": "INTEGER",
|
|
"primarykey": true
|
|
},
|
|
"master_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
}
|
|
},
|
|
"signingkeys": {
|
|
"creation_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"expiration_time": {
|
|
"datatype": "INTEGER",
|
|
"notnull": true
|
|
},
|
|
"key_handle": {
|
|
"datatype": "STRING",
|
|
"primarykey": true
|
|
},
|
|
"private_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
},
|
|
"public_key": {
|
|
"datatype": "BLOB",
|
|
"notnull": true
|
|
}
|
|
}
|
|
}
|
|
} |