Expand description
Unified fingerprint identity profile.
FingerprintProfile ties together all identity signals — UA, platform,
screen, hardware, WebGL GPU, noise seed, navigator properties, and network
characteristics — into a single coherent device identity. All built-in
profiles are internally consistent and pass validate().
§Example
use stygian_browser::profile::FingerprintProfile;
let p = FingerprintProfile::windows_chrome_136_rtx3060();
let _ = p.validate();
assert_eq!(p.platform.os, stygian_browser::profile::Os::Windows);Structs§
- Browser
Profile - Browser identity configuration.
- Fingerprint
Profile - A complete, internally consistent device identity for anti-fingerprinting.
- Hardware
Profile - Hardware configuration.
- Network
Profile - Network configuration (
NetworkInformationAPI). - Platform
Profile - Platform configuration.
- Screen
Profile - Screen configuration.
Enums§
- Browser
Kind - Browser kind.
- Os
- Operating system class.