This is the crypt Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 03:45:35 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
cryptCommon-Lisp implementation of unix crypt function
John A.R. Williams <J.A.R.Williams@jarw.org.uk>
GPL
package.lisp (file).
crypt.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
crypt/crypt.lisppackage.lisp (file).
crypt (system).
crypt (function).
random-salt (function).
+con-salt+ (special variable).
+cov-2char+ (special variable).
+iterations+ (special variable).
+shifts2+ (special variable).
+skb+ (special variable).
+sptrans+ (special variable).
4-octets-to-word (function).
bits (function).
body (function).
d-encrypt (function).
des-set-key (function).
hperm-op (function).
lshift (function).
perm-op (function).
rshift (function).
word-to-4-octets (function).
Packages are listed by definition order.
cryptCommon-Lisp implementation of unix crypt function
common-lisp.
crypt (function).
random-salt (function).
+con-salt+ (special variable).
+cov-2char+ (special variable).
+iterations+ (special variable).
+shifts2+ (special variable).
+skb+ (special variable).
+sptrans+ (special variable).
4-octets-to-word (function).
bits (function).
body (function).
d-encrypt (function).
des-set-key (function).
hperm-op (function).
lshift (function).
perm-op (function).
rshift (function).
word-to-4-octets (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Password encrypion function.
PWD is the user’s typed password.
SALT is a two character string chosen from the set [a-zA-Z0-9./] used to
perturb the algorithm in one of 4096 different ways.
Returns the 13 character encrypted password.
Generate random salt string of given length (default 2)
| Jump to: | 4
B C D F H L P R W |
|---|
| Jump to: | 4
B C D F H L P R W |
|---|
| Jump to: | +
S |
|---|
| Jump to: | +
S |
|---|
| Jump to: | C F P S |
|---|
| Jump to: | C F P S |
|---|