jsthemis
TypeScript icon, indicating that this package has built-in type declarations

0.15.2 • Public • Published

JsThemis

npm JsThemis License

Node.js wrapper for Themis crypto library.

Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including Node.js, WebAssembly, Python, iOS/macOS, and Java/Android.

By Cossack Labs.

Getting started

Installation

JsThemis requires native Themis library to be installed. Please refer to the installation instructions.

After that install the latest version of JsThemis:

npm install jsthemis

Import it into your project:

const themis = require('jsthemis')

That's it!

Documentation

Read the following resources to learn more:

Additional resources

Licensing

JsThemis is distributed under Apache 2.0 license.

/jsthemis/

    Package Sidebar

    Install

    npm i jsthemis

    Weekly Downloads

    93

    Version

    0.15.2

    License

    Apache-2.0

    Unpacked Size

    177 kB

    Total Files

    27

    Last publish

    Collaborators

    • cossacklabs