cl-password-store
Password management for Common Lisp (web) applications.

cl-password-store provides a light-weight and extendible solution to user/password management:

  • safe password storage:
    • cleartext-free, using your choice of hash algorithm through ironclad,
    • storage in an SQL database through clsql, in a database your application already uses anyway, or in a separate one, and using any backend supported by clsql,
  • password reset mechanism with one-time tokens (suitable for mailing to users for confirmation),
  • user creation optionally with confirmation tokens (suitable for mailing to users),
  • (obviously) user authentication.

Users can be identified by strings or by subclassing user-token-mixin.

The code is available under LLGPL at github.

For documentation check out the API documentation.


Cryptography