/openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.

Primary LanguagePHP

OpenKeyval
==========

Setting it up
-------------
- Make sure you're serving the openkeyval directory from the root of your server.
- Your server supports .htaccess and is following the RewriteRules
- Invent your own salt to use when hashing values and put it into a file called salt.txt, in the same directory as the source code. 

More of a README to come later...