PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-core/dist/src/bitgo/trading/network
Просмотр файла: encrypt-aes-gcm.d.ts
/**
* Encrypts a string using AES-GCM
* @param {string | Buffer} secret The secret to use for encryption
* @param {string} text The text to encrypt
* @returns {string} The encrypted text
*/
export declare function _encryptAesGcm(secret: string | Buffer, text: string): Promise<string>;
//# sourceMappingURL=encrypt-aes-gcm.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!