In creating our products we've had to build a fair
amount of web-based infrastructure. We've realized that this infrasture is
most likely useful to other programmers trying to build secure web applications
with user privacy in mind.
The available APIs are listed below.
Secure client-side cookie API
With this simple drop-in API you can easily read and write cookies
that are secured with 256-bit AES encryption. Encryption
happens client-side using a client secret such as a password, supplemental
passphrase, or application generated value. This gives the user truly
private data in any application you build.
Go to the API