3.1.1 • Published 3 years ago

inkdrop-crypto v3.1.1

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

Inkdrop Encryption Utilities

This module is for encrpting/decrypting user data in Inkdrop.

How to use

NodeJS

import { createEncryptionHelperWithNodeCrypto } from 'inkdrop-crypto'

const helpers = createEncryptionHelperWithNodeCrypto()

React Native

Use rn-nodeify for shimming crypto module in RN environment.

import './shim'
import createEncryptionHelper from 'inkdrop-crypto'
import crypto from 'crypto'

const helpers = createEncryptionHelper(crypto)

See test to learn how to encrypt/decrypt data.

3.1.1

3 years ago

3.1.0

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago