1.1.4 • Published 3 years ago

js-crypto-local-storer v1.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

js-crypto-local-storer

methods

  • remove all data

tables

  • pbkdf (PBKDF_KEYS)
    • key: uuid : string
    • value: object
      • salt : Uint8Array
      • pbkdf-Key as jwk (plaintext)
  • ecdhPrivateKeys (ECDH_PRIVATE_KEYS)
    • key: user identifier string
    • value: key as jwk (encrypted) string
  • ecdhPublicKeys (ECDH_PUBLIC_KEYS)
    • key: user identifier string
    • value: key as jwk (plaintext) string
  • asymmetricPrivateKeys (RSA_PRIVATE_KEYS)
    • key: user identifier string
    • value: key as jwk (encrypted) string
  • asymmetricPublicKeys (RSA_PUBLIC_KEYS)
    • key: user identifier string
    • value: key as jwk (plaintext) string
  • aesKeys (AES_KEYS)
    • key: identifier uuid string
    • value: object
      • iv : Uint8Array
      • key as jwk (encrypted) string
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago