SkillAgentSearch skills...

Binascii

A library of ASCII encoding schemes for binary data, written in Common Lisp

Install / Use

/learn @froydnj/Binascii
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

binascii is a Common Lisp library for converting binary data to ASCII text of some kind. Such conversions are common in email protocols (for encoding attachments to support old non-8-bit clean transports) or encoding binary data in HTTP and XML applications. binascii supports the encodings described in RFC 4648: base64, base32, base16, and variants. It also supports base85, used in Adobe's PostScript and PDF document formats, and a variant called ascii85, used by git for binary diff files.

It is documented, flexible, and fast, and comes with a BSD license.

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated6mo ago
Forks8

Languages

Common Lisp

Security Score

82/100

Audited on Sep 27, 2025

No findings