1.1.1 • Published 5 years ago

@dekproject/rsa v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

@dekproject/rsa

RSA interface plugin for DEK

Instalation

To install the bootstrap we recommend using the CLI

$ yarn add @dekproject/rsa --save

Usage

Using in the standard DEK skeleton

import { rsa } from "@dekproject/scope";

var cryptPassword = rsa.encrypt("123", "base64");
console.log(rsa.decrypt(cryptPassword).toString()); //123