@virgilsecurity/e3kit-node
TypeScript icon, indicating that this package has built-in type declarations

3.0.5 • Public • Published

Virgil E3Kit SDK for Node.js

Virgil E3Kit SDK is also available on other platforms:

Minimum supported version of Node.js is 8.6.0.

Install

  • npm:
    npm install @virgilsecurity/e3kit-node
  • yarn:
    yarn add @virgilsecurity/e3kit-node

Use

import { EThree } from '@virgilsecurity/e3kit-node';

// Promise
EThree.initialize(tokenCallback)
    .then(eThree => {
        // register user, encrypt, decrypt, etc.
    });

// async/await
const eThree = await EThree.initialize(tokenCallback);
// register user, encrypt, decrypt, etc.

Further reading

You can find detailed guides on library usage here.

License

This library is released under the 3-clause BSD License.

Support

Our developer support team is here to help you. Find out more information on our Help Center.

You can find us on Twitter or send us email support@VirgilSecurity.com.

Also, get extra help from our support team on Slack.

Readme

Keywords

none

Package Sidebar

Install

npm i @virgilsecurity/e3kit-node

Weekly Downloads

262

Version

3.0.5

License

BSD-3-Clause

Unpacked Size

36.9 kB

Total Files

10

Last publish

Collaborators

  • rstp
  • ddain
  • mbalyaba