
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
This module anonymises string with provided blank character
Paytip Tickler Module Developer documentation
const anonymise = require('anonymise');
// from now on you may invoke module calls
Generates json object that holds anonymised input string
var anonymiseResult = anonymise('hello world','*',3);
});
Kind | Parameter | Type | Description |
---|---|---|---|
In | input | string | String that will be anonymised. String length will not be changed. |
In | symbol | string | Single character that will be used for anonymisation, aka. the blank |
In | howMany | number | How many chars to anonymise using blank symbol. Optional. When not provided half the input will be used. |
In | key | string | External record key. When not provided random string of length 16 will be generated. May be used for reference to the original record |
Out | Object | ||
Out | k | string | Record key. External or randomly generated |
Out | v | string | Anonymised string - the result of anonymisation |
Out | o | string | Original input string |
Created by maciej.grula@execon.pl
FAQs
Sample typescript module template for node and native browser
The npm package anonymise receives a total of 2 weekly downloads. As such, anonymise popularity was classified as not popular.
We found that anonymise 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.