Skip to content

@vtj


@vtj / base / RSA

Function: RSA() ​

RSA(content, key): string | false

Defined in: packages/base/src/crypto.ts:54

非对称加密

Parameters ​

content ​

string

内容

key ​

string = RSA_PUBLIC_KEY

公钥

Returns ​

string | false

Description ​

RSA密钥对生成工具