1.1.4 • Published 2 years ago

js-crypto-local-storer v1.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago