0.15.0 • Published 2 years ago

wasm-themis v0.15.0

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.14.6

3 years ago

0.14.7

3 years ago

0.14.8

3 years ago

0.14.6-beta.0

3 years ago

0.14.5

3 years ago

0.14.0

4 years ago

0.13.11

4 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago