Created
June 2, 2014 23:42
-
-
Save coleww/79c9764593ff00cefde1 to your computer and use it in GitHub Desktop.
no login social network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://panopticlick.eff.org/ | |
instead of username/pass concatenate all user agent data together and hash it. users with identical (and i mean identical) machines/environments will have the same "account". | |
ALTERNATIVELY: use the uniqueness of this string to institute some kind of limit. a game you can only play once. etc. (play, building things until you get cashed, new player steps in, etc.) | |
OH ALSO: a game where you control like 100 copies of yourself. multiple man: the game? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment