Skip to content

@vtjDocs


@vtj / node / unRSA

Function: unRSA()

unRSA(content, key?): string | false

非对称解密

Parameters

content: string

内容

key?: string

私匙

Returns

string | false

Defined in

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

Released under the MIT License.