cryptwist
TypeScript icon, indicating that this package has built-in type declarations

0.2.0-dev.1 • Public • Published

Cryptwist

MIT License Build Status Coverage Status

Cryptographic Primitive Implementation for illustration

WARNING

This package is intended for demonstrative purpose, which means it should not be used for security related scenarios.

Introduction

Cryptwist is a package that implement cryptography primitives in a simple and clear manner in pure JavaScript. While the performance and security cannot meet the requirement for real business, the structures in most of implementations become relatively more intuitive and understandable for beginner than those complete and production-ready packages.

Installation

Use npm or yarn to add this package as a dependency.

# use npm
npm i -s cryptwist

# or use yarn
yarn add cryptwist

Usage

Please check the unit tests as reference for usage hints. The typings information also provides a glance of the interface of this library.

Supported components

Check components page for a detailed list about the supported and planned list of components.


Cryptwist is open sourced under an MIT license.

Package Sidebar

Install

npm i cryptwist

Weekly Downloads

1

Version

0.2.0-dev.1

License

MIT

Last publish

Collaborators

  • jack-q