PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-api/dist/src

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

/**
 * convert a 4 element Uint8Array to a 4 byte Number
 *
 * @param bytes
 * @return 4 byte number
 */
export declare function bytesToWord(bytes?: Uint8Array | number[]): number;
export declare function encrypt(password: string, plaintext: string, options?: {
    salt?: Buffer;
    iv?: Buffer;
    adata?: string;
}): string;
export declare function decrypt(password: string, ciphertext: string): string;
//# sourceMappingURL=encrypt.d.ts.map

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


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