Interface CryptoStorageConfig

Configuration used to initialize the Crypto Storage.

Hierarchy

  • CryptoStorageConfig

Properties

baseKey: CryptoKey | InputData

Base key used to encrypt the stored data.

dbName?: string

Database name used to store the data.

encryptIterations?: number

Custom iteration cycles to encrypt the stored data.

salt?: BufferSource

Custom salt used to encrypt the stored data.

storeName?: string

Storage name used to store the data.

Generated using TypeDoc