
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@projectsophon/hexgen
Advanced tools
This package contains functions for determining various properties of Dark Forest objects based on their ID in hex. You could think of this package like procedural generation for Ethereum addresses.
This package contains functions for determining various properties of Dark Forest objects based on their ID in hex. You could think of this package like procedural generation for Ethereum addresses.
Note: This package might go away when objects become classes that contain a lot of these helpers as instance methods.
You can install this package using npm or
yarn by running:
npm install --save @projectsophon/hexgen
yarn add @projectsophon/hexgen
When using this in a plugin, you might want to load it with skypack
import * as hexgen from 'http://cdn.skypack.dev/@projectsophon/hexgen'
▸ bonusFromHex(hex): PlanetBonus
Extracts the bonuses of a planet given its LocationID.
| Name | Type | Description |
|---|---|---|
hex | LocationId | LocationID of a planet. |
PlanetBonus
▸ getBytesFromHex(hexStr, startByte, endByte): bigint
The core method for extracting planet details from a LocationID.
| Name | Type | Description |
|---|---|---|
hexStr | string | LocationID of a planet. |
startByte | number | The first byte to include in the result. |
endByte | number | The byte after the last byte to include in the result. |
bigint
▸ planetHasBonus(planet?): boolean
Checks if the LocationID of the planet indicates any bonuses.
| Name | Type | Description |
|---|---|---|
planet? | Planet | Planet to check for bonuses. |
boolean
FAQs
This package contains functions for determining various properties of Dark Forest objects based on their ID in hex. You could think of this package like procedural generation for Ethereum addresses.
The npm package @projectsophon/hexgen receives a total of 0 weekly downloads. As such, @projectsophon/hexgen popularity was classified as not popular.
We found that @projectsophon/hexgen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.