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> -
Notifications
You must be signed in to change notification settings - Fork 0
License
jerson/node-native-rsa
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|