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

1.3.2 • Public • Published

ChainLocker API

Secure Gun Extension for NodeJS

Chainlocker Api takes some of your system's immutable data and an optional salts to always produce the same SEA Keypair and GunUserIUnstance method. (UUID was temporarily removed from the immutable data due to permission issues but will be worked back in.)

Example

Example

Install

yarn add chainlocker

What I have so far

  • [x] Proof of Work like hashing produces a keypair against password/ salt array and immutable machine/user info.
  • [x] Encryption/ LZ-String compression traverses object values instead of stringifying objects to encrypt. Object values are not encrypted or compressed.
  • [x] encryption key stays in context so no need to store on disk or write it down.

/chainlocker/

    Package Sidebar

    Install

    npm i chainlocker

    Weekly Downloads

    0

    Version

    1.3.2

    License

    MIT

    Unpacked Size

    51 kB

    Total Files

    27

    Last publish

    Collaborators

    • bresnow-design