Skip to content

@vtj


@vtj / node / RSA

Function: RSA()

RSA(content, key?): string | false

非对称加密

Parameters

content

string

内容

key?

string

公钥

Returns

string | false

Description

RSA密钥对生成工具

Defined in

packages/base/types/crypto.d.ts:26

Released under the MIT License.