
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@ducatuscore/mnemonic
Advanced tools
BIP39 Mnemonics for ducatuscore
A module for ducatuscore that implements Mnemonic code for generating deterministic keys.
This library is distributed in both the npm packaging systems.
npm install @ducatuscore/lib #this to install ducatuscore-lib since it is a peerDependecy
npm install @ducatuscore/mnemonic
There are many examples of how to use it on the developer guide section for mnemonic. For example, the following code would generate a new random mnemonic code and convert it to a HDPrivateKey.
var Mnemonic = require('@ducatuscore/mnemonic');
var code = new Mnemonic(Mnemonic.Words.SPANISH);
code.toString(); // natal hada sutil año sólido papel jamón combate aula flota ver esfera...
var xpriv = code.toHDPrivateKey();
FAQs
BIP39 Mnemonics implemented for Ducatuscore.
The npm package @ducatuscore/mnemonic receives a total of 3 weekly downloads. As such, @ducatuscore/mnemonic popularity was classified as not popular.
We found that @ducatuscore/mnemonic demonstrated a healthy version release cadence and project activity because the last version was released less than 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.