PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-core/dist/src/bitgo/trading/network

Просмотр файла: encrypt-rsa.d.ts

/**
 * Encrypts a string using RSA
 * @param {string} publicKey The public key to use for encryption
 * @param {string} text The text to encrypt
 * @returns {string} The encrypted text
 */
export declare function _encryptRsa(publicKey: string, text: string): string;
//# sourceMappingURL=encrypt-rsa.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!