Virgil E3Kit SDK is also available on other platforms:
Minimum supported version of Node.js is
8.6.0
.
- npm:
npm install @virgilsecurity/e3kit-node
- yarn:
yarn add @virgilsecurity/e3kit-node
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.
You can find detailed guides on library usage here.
This library is released under the 3-clause BSD License.
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 [email protected].
Also, get extra help from our support team on Slack.