PHP WebShell

Текущая директория: /var/www/bitcardoApp/node_modules/ethereum-cryptography/esm

Просмотр файла: random.js

import { randomBytes } from "@noble/hashes/utils";
export function getRandomBytesSync(bytes) {
    return randomBytes(bytes);
}
export async function getRandomBytes(bytes) {
    return randomBytes(bytes);
}

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


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