1.0.1 • Published 4 years ago

@axatbhardwaj/keygen v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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')