0.13.11 • Published 3 years ago

@ilammy/wasm-themis-preview v0.13.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

WasmThemis

npm CircleCI License

WebAssembly wrapper for Themis crypto library.

Themis is an open-source high-level cryptographic services library that provides secure data exchange, authentication, and storage protection. Themis provides ready-made building components, which simplify usage of core cryptographic security operations.

Quickstart

Installation

First, install the latest version of WasmThemis:

npm install wasm-themis

Then import it into your project:

const themis = require('wasm-themis')

Finally, wait for WebAssembly to be initialized:

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

(Browserify your code to use WasmThemis in web apps.)

Documentation

Read the following resources to learn more:

Licensing

WasmThemis is distributed under Apache 2.0 license.