
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
crypto-hash-keccak
Advanced tools
A pure JavaScript implementation of the Keccak hash algorithm.
This repository is a pure JavaScript implementation of the Keccak (SHA3) algorithm.
Via npm:
$ npm install crypto-hash-keccak
Via yarn:
$ yarn add crypto-hash-keccak
const Keccak = require('crypto-hash-keccak');
const hash = new Keccak(256);
hash.update('Hello, world!');
hash.digest('hex');
// "b6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4"
The Keccak sponge function was designed by:
For more information, feedback or questions, please refer to the official website.
FAQs
A pure JavaScript implementation of the Keccak hash algorithm.
The npm package crypto-hash-keccak receives a total of 0 weekly downloads. As such, crypto-hash-keccak popularity was classified as not popular.
We found that crypto-hash-keccak demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.

Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.

Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.