fpid
v1.0.0
Published
Lightweight browser fingerprint → UUID generator.
Maintainers
Readme
<html>
<head>
<meta charset="UTF-8">
<title>🧩 fpid</title>
<style>/* From extension vscode.github / /---------------------------------------------------------------------------------------------
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the MIT License. See License.txt in the project root for license information. --------------------------------------------------------------------------------------------/
.vscode-dark img[src$=#gh-light-mode-only], .vscode-light img[src$=#gh-dark-mode-only], .vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=#gh-light-mode-only], .vscode-high-contrast-light img[src$=#gh-dark-mode-only] { display: none; }
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">.task-list-item-checkbox { margin-left: -20px; vertical-align: middle; pointer-events: none; }
</head>
<body class="vscode-body vscode-light">
<h1 id="-fpid">🧩 fpid</h1>(async () => { const fp = await generateFingerprint();
console.log("Fingerprint UUID:", fp.uuid); console.log("Normalized string:", fp.norm); console.log("Full SHA-256 hash:", fp.hex); })();
const res = await generateFingerprint(); console.log(res.uuid); </script>
# install npm install
# build npm run build
</body>
</html>