- Creating Executables
Most Common Lisp implementations support creating native-format executable files - creole
creole is a library for converting a string between multibyte and unicode character encodings - croatoan
croatoan provides bindings to the ncurses terminal library and a set of TUI widgets on top - Cryptography
adler32 - Adler-32 is a hash algorithm like CRC-32, except that it is much faster and carries a slightly higher probability of collisions ARC4 - A Common Lisp implementation of ARC4 (trademark: RC4), a stream cipher, can be found below Blowfish - Blowfish is a 64-bit encryption algorithm, with a key length between 32 and 448 bits CL+SSL - CL+SSL is a portable interface to OpenSSL cl-cracklib - cl-cracklib is a UFFI interface to cracklib's FascistCheck function cl-crc64 - cl-crc64 implements 64 bit cyclic redundancy checks in Common Lisp CL-MD5 - CL-MD5 is a Common Lisp implementation of MD5 cl-one-time-passwords - cl-one-time-passwords implements HOTP (RFC 4226) and TOTP (RFC 6238) in Common Lisp cl-pass - cl-pass is a password hashing (via PBKDF2) and verification library cl-password-store - Password management for Common Lisp (web) applications CL-PLUS-SSL - This library is a fork of SSL-CMUCL cl-ssh-keys - Common Lisp system for generating and parsing of OpenSSH keys CL-TLS - CL-TLS is a prototype Common Lisp implementation of TLS and related protocols and standards including: CLJWT - A library for issuing and validating JSON Web Tokens CRC-32 - A library to compute the CRC-32 algorithm that is described in RFC 1952 GPGME - GPGME (GnuPG Made Easy) is a C language library that provides a high-level cryptography API for encryption, decryption, signing, signature verification and key management iescrypt - A tool to encrypt and/or sign files Ironclad - Ironclad is a Common Lisp Cryptography package; several block encryption algorithms and hash functions are included with the initial release isaac - An implementation of the isaac CPRNG in Common Lisp md5 - md5 is a cryptographic Message-Digest algorithm from RSA Data Security, Inc PRBS - Library of pseudo-random binary sequence generators (LFSR-2 and LFSR-4) and related functions in Common Lisp random-state - This is a collection of pseudo random number generators (PRNGs) SAFER - SAFER (Secure And Fast Encryption Routine) is a block cipher that was first published in 1993, followed by later variants secure-random - secure-random provides a cryptographically secure pseudo-random number generator for Common Lisp session-token - session-token is a simple session token generator based on Session::Token SHA1 - Secure Hash Algorithm 1 (SHA1) is defined in RFC 3174, and therefore more-or-less counts as a protocol sha3 - This library is an implementation of the Secure Hash Algorithm 3 (SHA-3), also known as Keccak SSL-CMUCL - SSL-CMUCL is an interface to SSL streams for CMUCL XXTEA - XXTEA is an encryption algorithm, first introduced in 1998, which is relatively easy to implement Ystok-MD5 - Ystok-MD5 is a Cryptography library implementing MD5 and MD5 APR (Apache Portable Runtime) - cs-forms
A reader macro (#~) to read case-sensitively - cserial-port
cserial-port is a Common Lisp library for interacting with serial ports - csp
CSP (``communicating sequential processes'') support for Lisp - CSS
Cascading stylesheets (CSS) are one means of supplementing a 'web page' with style information - css-lexer
A simple CSS lexer written using token-stream - css-lite
css-lite is a library for generating CSS from an s-exp syntax
Result page:<123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291>