In article <[email protected]>, kj <[email protected]> wrote: > >I'm looking for a Python-based, small, self-contained package to >hand out API keys, in the same spirit as Google API keys. > >The basic specs are simple: 1) enforce the "one key per customer" rule; >2) be robot-proof; 3) be reasonably difficult to circumvent even for >humans.
Define "customer". You probably cannot do better than defining it as an e-mail address, which makes requirements 2) and 3) pretty much impossible unless you add invite codes or something. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "It is easier to optimize correct code than to correct optimized code." --Bill Harlan -- http://mail.python.org/mailman/listinfo/python-list
