0.1.5 • Published 1 year ago

catacombs v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

catacombs-vault

A Secure way to persist any secrets in your application.

This package is an implementation of the EncryptedSharedPreferences class on Android Link to the class documentation

Installation

npm install catacombs-vault

Usage

import CatacombsVault from 'catacombs-vault';

// ...

await CatacombsVault.init(NAME_OF_VAULT);

await CatacombsVault.set('key', 'value');
await CatacombsVault.get('key'); // 'value'
0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago