Fingerprint Public Artifact
Generate a public artifact hash without using visitor, browser, device, raw JA4, or raw request headers.
public-fingerprint.js
const crypto=require('crypto'); console.log(JSON.stringify({ artifactHash: crypto.createHash('sha256').update('public artifact').digest('hex'), privacyClass:'public_anchorable' }));