项目作者: Jack-Q

项目描述 :
Cryptographic Primitive Implementation for illustration
高级语言: JavaScript
项目地址: git://github.com/Jack-Q/cryptwist.git
创建时间: 2017-09-24T05:55:00Z
项目社区:https://github.com/Jack-Q/cryptwist

开源协议:MIT License

下载


Cryptwist

MIT License
Build Status
Coverage Status

devDependencies 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.

  1. # use npm
  2. npm i -s cryptwist
  3. # or use yarn
  4. 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.