cl-base32

cl-base32 implements base32 encoding and decoding in Common Lisp.
 

cl-base32 is an implementation of base32 encoding and decoding function for Common Lisp, in conformance with  RFC 4648.

The package is intended to work correctly on as many Common Lisp implementations and platforms as possible.  Currently SBCL and CCL on Mac OS X are known to work.

Licensed under the  MIT License, and available in  Quicklisp.

Source can be found  here

TAGS: base32 lisp