You are here

README.txt in IP Anonymize 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
ABOUT THIS MODULE
-----------------

Stale IP addresses clog up your database with useless data, not to 
mention, may be subject to subpoena by legal authorities in some 
jurisdictions.

The IP Anonymize module helps ensure users' privacy by implementing a
retention policy for IP addresses recorded in the database.  IP 
addresses are scrubbed on each cron run according to a configurable
retention period.  For example, you may wish to preserve IP addresses 
for a short while for purposes of identifying spam.

IP Anonymize cannot guarantee anonymity, as IP addresses are recorded at
least temporarily, and may also be logged elsewhere in the system such 
as webserver error logs.  For more robust anonymization, Cryptolog
module can be used to replace client IP addresses with ephemeral
identifiers.

HOW TO INSTALL
--------------

Place the ip_anon directory in your modules directory, enable the module 
at admin/modules and go to admin/config/people/ip_anon to configure it.

File

README.txt
View source
  1. ABOUT THIS MODULE
  2. -----------------
  3. Stale IP addresses clog up your database with useless data, not to
  4. mention, may be subject to subpoena by legal authorities in some
  5. jurisdictions.
  6. The IP Anonymize module helps ensure users' privacy by implementing a
  7. retention policy for IP addresses recorded in the database. IP
  8. addresses are scrubbed on each cron run according to a configurable
  9. retention period. For example, you may wish to preserve IP addresses
  10. for a short while for purposes of identifying spam.
  11. IP Anonymize cannot guarantee anonymity, as IP addresses are recorded at
  12. least temporarily, and may also be logged elsewhere in the system such
  13. as webserver error logs. For more robust anonymization, Cryptolog
  14. module can be used to replace client IP addresses with ephemeral
  15. identifiers.
  16. HOW TO INSTALL
  17. --------------
  18. Place the ip_anon directory in your modules directory, enable the module
  19. at admin/modules and go to admin/config/people/ip_anon to configure it.