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'

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i catacombs

    Weekly Downloads

    1

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    27.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • kodey.dev