3.1.1 • Published 2 years ago

inkdrop-crypto v3.1.1

Weekly downloads
12
License
MIT
Repository
github
Last release
2 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

2 years ago

3.1.0

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago