0.6.0 • Published 2 years ago

native-rsa v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

native-rsa

import NativeRSA from 'native-rsa'

 const decrypted = await NativeRSA.decryptOAEP(
    message: string,
    label: string,
    hashName: RSAHash,
    pkcs12: string,
    passphrase: string
  ): Promise<string>
 const verified =  await NativeRSA.verifyPSS(
    signature: string,
    message: string,
    hashName: RSAHash,
    pkcs12: string,
    passphrase: string
  ): Promise<boolean> 
0.5.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

4 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago