0.15.0 • Published 11 months ago

wasm-themis v0.15.0

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
11 months ago

WasmThemis

npm WasmThemis 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.

Getting started

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

  • If Node.js wrapper would be a better match for your project, see JsThemis.

Licensing

WasmThemis is distributed under Apache 2.0 license.

0.15.0

11 months ago

0.14.6

2 years ago

0.14.7

2 years ago

0.14.8

2 years ago

0.14.6-beta.0

2 years ago

0.14.5

2 years ago

0.14.0

2 years ago

0.13.11

3 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.2

4 years ago

0.12.1

5 years ago

0.12.0

5 years ago