AKASHAorg / secure-webstore

A secure IndexedDB store with built-in encryption
MIT License
44 stars 6 forks source link

Users of secure store should not be aware of __key #8

Closed Jopie64 closed 3 years ago

Jopie64 commented 3 years ago

Description

It is an implementation detail for secure-webstore. Users cannot retrieve it's value via Store.get() cause it will yield a decryption error. Hence it should also not be exposed by getting all keys.

deiu commented 3 years ago

Really good point, thanks for raising the issue and submitting the PR! I will take a look tomorrow morning and merge it if everything works.

deiu commented 3 years ago

I've pushed a new version on npm. Thanks again!