Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 322 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 322 Bytes

readycrypt

npm version

Installation

yarn add readycrypt

Usage

import { encryptPassword, encryptPin } from 'readycrypt'


const encryptedPassword = encryptPassword('yourpassword')

const encryptedPin = encryptPin('yourpin', 'your-session-id')