Create an anonymous ID based on a personal ID number and a combination of the Initials and the year of birth (Initials+YoB). An exhaustive search can find the original values matching the anonymous ID unless a strong Key is added for security. Therefore, make sure the personal ID number cannot easily be used to identify a person (more information).
Create an anonymous ID
Anonymous IDs are created by client side (in-page) JavaScript. This page can be saved locally and used from local storage.
No information should be transmitted from your computer.
Copyright © 2011 R.J.J.H. van Son
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS 180-1
Copyright © 2000 - 2009 Paul Johnston, Version 2.2
Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
Distributed under the BSD License
See http://pajhome.org.uk/crypt/md5 for details.