
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@edge.app/groestl-hash-js
Advanced tools
groestl javascript hashing algorithm in pure javascript (Edge fork of Groestlcoin/groestl-hash-js — published to avoid git-dep prep bug)
Performs the groestl hash.
$ npm install --save groestl-hash-js
var groestl = require('groestl-hash-js');
groestl.groestl512('The great experiment continues.');
// -> '6cea044acf31194eab7d1adb704712c34dd4f0b6a470b0f297832addab691faa459474c651efdbebddb138a2a9adb41705e0fb75741775314ddd8e5449ace986'
groestl.groestl('Groestl is an Austrian dish, usually made of leftover potatoes and pork, cut into slice.');
// -> 'eefdf4c9d6b6fd53390049388de8974525b406206114a8885016aa3661965253'
groestl.groestl_2('Groestl is an Austrian dish, usually made of leftover potatoes and pork, cut into slice.');
// -> '55415989225c5c902f5003679a98fac117555890a7c3119ab1d570c89e77b072'
Type: string
Get the groestl hash (512 bit output) as string (output 0), a 8 bit array (output 1), a 32 bit array (output 2).
Type: string (input 0), 8 bit array (input 1), 32 bit array (input 2)
Get the groestl hash (256 bit output) as string (output 0), a 8 bit array (output 1), a 32 bit array (output 2).
Type: string (input 0), 8 bit array (input 1), 32 bit array (input 2)
Get the groestl hash (256 bit output) as string (output 0), a 8 bit array (output 1), a 32 bit array (output 2).
FAQs
groestl javascript hashing algorithm in pure javascript (Edge fork of Groestlcoin/groestl-hash-js — published to avoid git-dep prep bug)
We found that @edge.app/groestl-hash-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.