mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
43 lines
562 B
Plaintext
43 lines
562 B
Plaintext
{
|
|
"@context": {
|
|
"so": "https://schema.org/",
|
|
"pb": "?jsonld=types#"
|
|
},
|
|
"AuthenticatedData": {
|
|
"@container": "@list",
|
|
"@value": [
|
|
{
|
|
"@type": "pb:InitializationVector"
|
|
},
|
|
{
|
|
"@type": "pb:Salt"
|
|
},
|
|
{
|
|
"@type": "pb:Iterations"
|
|
},
|
|
{
|
|
"@type": "pb:KeySize"
|
|
},
|
|
{
|
|
"@type": "pb:TagSize"
|
|
},
|
|
{
|
|
"@type": "pb:Algorithm"
|
|
},
|
|
{
|
|
"@type": "pb:Mode"
|
|
},
|
|
{
|
|
"@type": "pb:Compression"
|
|
}
|
|
]
|
|
},
|
|
"MetaData": {
|
|
"created": {
|
|
"@type": "CreationTime"
|
|
},
|
|
"icon": {
|
|
"@type": "so:url"
|
|
}
|
|
}
|
|
} |