PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-core/dist/src/bitgo/trading/network
Просмотр файла: encrypt-rsa-browser.d.ts
/**
* Import a public RSA key and encrypt a plaintext
* @param {string} publicKey PEM-formatted public RSA key
* @param {string} text The text to encrypt
* @returns {string} The encrypted text
*/
export declare function _encryptBrowserRsa(publicKey: string, text: string): Promise<string>;
//# sourceMappingURL=encrypt-rsa-browser.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!