@salvobee/crypto-vault
Preparing search index...
container
BaseMeta
Interface BaseMeta
Metadata stored alongside encrypted payloads.
interface
BaseMeta
{
alg
:
string
;
chunked
?:
boolean
;
chunkSize
?:
number
;
compressed
?:
boolean
;
iv
?:
string
;
mime
?:
string
;
single
?:
boolean
;
size
?:
number
;
type
:
"text"
|
"blob"
;
}
Index
Properties
alg
chunked?
chunk
Size?
compressed?
iv?
mime?
single?
size?
type
Properties
alg
alg
:
string
Optional
chunked
chunked
?:
boolean
Optional
chunk
Size
chunkSize
?:
number
Optional
compressed
compressed
?:
boolean
Optional
iv
iv
?:
string
Optional
mime
mime
?:
string
Optional
single
single
?:
boolean
Optional
size
size
?:
number
type
type
:
"text"
|
"blob"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
chunked
chunk
Size
compressed
iv
mime
single
size
type
@salvobee/crypto-vault
Loading...
Metadata stored alongside encrypted payloads.