@ilammy/wasm-themis-preview

0.13.11 • Public • Published

WasmThemis

npm CircleCI License

WebAssembly 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 WebAssembly, Node.js, Python, iOS/macOS, and Java/Android.

Quickstart

Installation

Start by installing the latest version of WasmThemis:

npm install wasm-themis

Import it into your project:

const themis = require('wasm-themis')

Wait for WebAssembly code to load:

themis.initialized.then(function() {
    //
    // Now you can use "themis" functions
    //
})

Success!

Documentation

Read the following resources to learn more:

Additional resources

Licensing

WasmThemis is distributed under Apache 2.0 license.

Package Sidebar

Install

npm i @ilammy/wasm-themis-preview

Weekly Downloads

3

Version

0.13.11

License

Apache-2.0

Unpacked Size

1.57 MB

Total Files

17

Last publish

Collaborators

  • ilammy