Lines Matching +full:per +full:- +full:string
47 .Fn crypt_set_format "const char *string"
65 .Tn NT-Hash
88 .Dv NUL Ns -terminated
89 string.
92 .Bl -tag -width Traditional -compact -offset indent
101 If it begins with the string
106 using the entire string as the salt
110 All routines are designed to be time-consuming.
115 .Pq the last group is NUL-padded
116 and the low-order 7 bits of each character
117 .Pq 56 bits per group
130 The salt is a 9-character array consisting of an underscore followed
132 These are encoded as printable characters, 6 bits per character,
135 .Dq ./0-9A-Za-z .
157 E-box output
162 key is used to encrypt a 64-bit constant using
167 .Dv NUL Ns -terminated
168 string, 20 or 13 bytes
172 followed by the encoded 64-bit encryption.
174 If the salt begins with the string
183 The salt must be terminated with the end of the string character
190 .Bl -enum -compact -offset indent
196 NT-Hash
200 SHA-256
202 SHA-512
207 .Bl -tag -width 6n -offset indent
216 has set the format to something else, the built-in default format is
223 if it is available, or SHA-512 if not.
231 function returns a constant string that represents the name of the
248 .Fa string .
254 except that the resulting string is stored in
256 making it thread-safe.
266 will always return a pointer to a string.
278 A rotor-based
290 States of America as an unencumbered replacement for the U.S.-only
299 .An -nosplit
303 .An Poul-Henning Kamp ,
321 The NT-hash scheme does not use a salt,