0.13.11 • Published 4 years ago
@ilammy/wasm-themis-preview v0.13.11
WasmThemis
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-themisThen 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.