|
|
1.1 root 1: .pa 1
2: .he 'CRYPT (III)'1/15/73'CRYPT (III)'
3: .ti 0
4: NAME crypt -- password encoding
5: .sp
6: .ti 0
7: SYNOPSIS mov $key,r0
8: .br
9: jsr pc,crypt
10: .sp
11: .ti 0
12: DESCRIPTION On entry, r0 should point to a string of
13: characters terminated by an ASCII NULL. The routine
14: performs an operation on the key which is difficult to invert
15: (i.e. encrypts it) and leaves the resulting eight bytes
16: of ASCII alphanumerics in a global cell called "word".
17: .sp
18: Login uses this result as a password.
19: .sp
20: .ti 0
21: FILES kept in /lib/liba.a
22: .sp
23: .ti 0
24: SEE ALSO passwd(I),passwd(V), login(I)
25: .sp
26: .ti 0
27: DIAGNOSTICS there are none; garbage is accepted.
28: .sp
29: .ti 0
30: BUGS --
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.