pcidentd ======== A *P*rivacy *C*onserving Ident Daemon. Uses HMAC with uid to generate a unique ident response which cannot be linked to the original user name. A single user can however be pseudonymously tracked across different IRC networks. USAGE ----- Generate a secret key for HMAC, e.g. by running ``` head -c 64 /dev/urandom > secret ``` Then start pcidentd with `-hmacSecretFile path/to/secret`. LICENSE ------- pcidentd is licensed under the MIT license, see COPYING.