@axatbhardwaj/keygen

1.0.1 • Public • Published

@axatbhardwaj/Keygen

This Package returns a Key pair for Asymmetric key Encryption

Installation

npm i @axatbhardwaj/Keygen

what is this ?

This is a package which generates a Key pair for Asymmetric key Encryption

It implements Rsa having modulus length of 540

publicExponent: 0x10101,

publicKeyEncoding :- type: 'pkcs1', format: 'der',

privateKeyEncoding: type: 'pkcs8', format: 'der',

Usage

const keypair = require('@axatbhardwaj/Keygen')

Package Sidebar

Install

npm i @axatbhardwaj/keygen

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.44 kB

Total Files

4

Last publish

Collaborators

  • axatbhardwaj