pub fn generate_anon_id(file_path: Option<&str>) -> String
Generate an anonymous ID for a user Format: anon_ + SHA256(machine_id + optional_file)[:16]
anon_
For paid users with API key, use the API key prefix instead