
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.
picasso-canvas-fingerprinting
Advanced tools
Implementation of a canvas fingerprinting algorithm inspired by the Picasso paper
Implementation of a canvas fingerprinting algorithm inspired by the Picasso paper written by Elie Bursztein.
An online demo is available on my blog.
You can host your own version of the Picasso canvas fingerprinting script or include it using Jsdelivr CDN.
<script src="https://cdn.jsdelivr.net/npm/picasso-canvas-fingerprinting/src/canvas.js"></script>
Once the Picasso script is loaded in your HTML page, you can use it as follows:
<script>
const params = {
area: {
width: 300,
height: 300,
},
offsetParameter: 2001000001,
fontSizeFactor: 1.5,
multiplier: 15000,
maxShadowBlur: 50,
};
// Number of shapes to draw. The higher the more costly it is.
// Can be used as a way to adjust the aggressiveness of the proof of work (POW)
const numShapes = 5;
const initialSeed = Math.floor(100*Math.random());
const canvasValue = picassoCanvas(
numShapes, initialSeed, params
);
// canvasValue is a hash representing the result of the Picasso challenge, e.g.
// c24b4a72badc95284b337aa304be1438
</script>
FAQs
Implementation of a canvas fingerprinting algorithm inspired by the Picasso paper
The npm package picasso-canvas-fingerprinting receives a total of 3 weekly downloads. As such, picasso-canvas-fingerprinting popularity was classified as not popular.
We found that picasso-canvas-fingerprinting 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.