
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
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
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.