1.0.5 • Published 4 years ago

js-nucypher v1.0.5

Weekly downloads
1
License
AGPL-3.0-only
Repository
github
Last release
4 years ago

A decentralized cryptological network offering accessible, intuitive, and extensible runtimes and interfaces for secrets management and dynamic access control.

discord license

jsNucypher

A partial, but working Javascript implementation of Nucypher

Currently supported characters
  • Enrico (the encryptor)
Install

yarn add js-nucypher

quickstart

import { Enrico } from 'js-nucypher'

const enrico = new Enrico(<a policy encrypting key from nucypher>, signingKeyPair=null)

const {messagekit, signature} = enrico.encryptAndSignMessage('your message here.')

a working example can be found here

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago