Skip to content

@vtjDocs


@vtj / base / unRSA

Function: unRSA()

unRSA(content, key): string | false

非对称解密

Parameters

content: string

内容

key: string = RSA_PRIVATE_KEY

私匙

Returns

string | false

Defined in

packages/base/src/crypto.ts:66

Released under the MIT License.