@dekproject/rsa

1.1.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @dekproject/rsa

Weekly Downloads

4

Version

1.1.1

License

MIT

Unpacked Size

9.1 kB

Total Files

9

Last publish

Collaborators

  • gislainyvelasco
  • andrehrf