Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 786 Bytes

Crypt

Build Status Coverage Status npm version

A wrapper for common crypto functions

📥 Installation

npm install @janiscommerce/crypt

🔨 Usage

There are 5 groups of functionalities in this module. You can require each one of them this way:

const {
	Base64,
	Encription,
	Hash,
	Random,
	UUID
} = require('@janiscommerce/crypt');

See the full documentation for usage details.