catacombs
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    0
    • latest

Version History

Package Sidebar

Install

npm i catacombs

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

27.3 kB

Total Files

19

Last publish

Collaborators

  • kodey.dev