First public contribution.
1 // COMMENTS SHOULD ALWAYS BEGIN IN A NEW LINE, NEVER EMBED COMMENTS WITHIN DATA
4 // To test setkey() and encrypt() functions with all zeroes as key and data
5 KEY :0000000000000000000000000000000000000000000000000000000000000000
6 DATA_BLOCK :0000000000000000000000000000000000000000000000000000000000000000
7 // A value of 0 indicates encryption
9 EXPECTED_OUTPUT:1000110010100110010011011110100111000001101100010010001110100111
13 // To test setkey() and encrypt() functions with all zeroes as key
14 KEY :0000000000000000000000000000000000000000000000000000000000000000
15 DATA_BLOCK :0000100110000000000000011110110100001001100001010000010100101100
16 // A value of 0 indicates encryption
18 EXPECTED_OUTPUT:0110110110000110111111010111001001101010001000001011011010110001
22 // To test setkey() and encrypt() functions with all ones in the bit vectors of
24 KEY :1111111111111111111111111111111111111111111111111111111111111111
25 DATA_BLOCK :1111111111111111111111111111111111111111111111111111111111111111
26 // A value of 0 indicates encryption
28 EXPECTED_OUTPUT:0111001101011001101100100001011000111110010011101101110001011000
32 // To test setkey() and encrypt() functions with all ones in the bit vector of
34 KEY :1111111111111111111111111111111111111111111111111111111111111111
35 DATA_BLOCK :0111000101110011011000110111010011010001011010010110111101111111
36 // A value of 0 indicates encryption
38 EXPECTED_OUTPUT:1101100001000111000111011001010111011111101101101111101010001100
42 // To test setkey() and encrypt() functions
43 KEY :0101101001111010101010100101110001111101101010100111011111101010
44 DATA_BLOCK :0000100110000000000000011110110100001001100001010000010100101100
45 // A value of 0 indicates encryption
47 EXPECTED_OUTPUT:1001110010101010100010100010111111100110001001001101000000111110
51 // To test setkey() and encrypt() functions. KEY value is unchanged
52 KEY :0101101001111010101010100101110001111101101010100111011111101010
53 DATA_BLOCK :0111000101110011011000110111010011010001011010010110111101111111
54 // A value of 0 indicates encryption
56 EXPECTED_OUTPUT:1010100110000001111010011100110101001111111010111001100000110100
60 // To test setkey() and encrypt() function. Key value is unchanged
61 KEY :0101101001111010101010100101110001111101101010100111011111101010
62 DATA_BLOCK :0000000000000000000000000000000000000000000000000000000000000000
63 // A value of 0 indicates encryption
65 EXPECTED_OUTPUT:1111111101110111111110100101100000110110100100001110000110111111
69 // To test setkey() and encrypt() function. Key value is unchanged
70 KEY :0101101001111010101010100101110001111101101010100111011111101010
71 DATA_BLOCK :1111111111111111111111111111111111111111111111111111111111111111
72 // A value of 0 indicates encryption
74 EXPECTED_OUTPUT: 1111110011010110011011000110100010111111001110111000011111101100
78 // To test setkey() and encrypt() function. ED_FLAG changed to denote a decrypt action.
79 KEY :0101101001111010101010100101110001111101101010100111011111101010
80 DATA_BLOCK :1111110011010110011011000110100010111111001110111000011111101100
81 // A value of 0 indicates encryption
83 EXPECTED_OUTPUT: 11111111111111111111111111111111111111111111111111111111111111111
87 // To test crypt() function - DES algorithm. Password-eight characters in length
90 EXPECTED_OUTPUT:XYGpusIMIT/IM
94 // To test crypt() function - DES algorithm. Password-less than eight characters
98 EXPECTED_OUTPUT:XYGFf3I4Sg2K2
102 // To test crypt() function - DES algorithm. Password-less than eight characters
106 EXPECTED_OUTPUT:9DWVv8b/n8C2M
110 // To test crypt() function - DES algorithm. Password-more than eight characters
112 PASSWORD :passwordXYTEY
114 EXPECTED_OUTPUT:.Q7kADsEJ1WMI
118 // To test crypt() function - DES algorithm. Password-more than eight characters
119 // in length - notice that the output depends on the first eight characters of
120 // the passowrd and "salt".
121 PASSWORD :passwordXY367USH
123 EXPECTED_OUTPUT:.Q7kADsEJ1WMI
127 // To test crypt() function - DES algorithm. NULL as password with a valid "salt"
130 EXPECTED_OUTPUT:.QJ.W2gUJgXaI
134 // To test crypt() function - DES algorithm. NULL as password with a valid "salt"
137 EXPECTED_OUTPUT:YU6VVzA5TJabA
141 // To test crypt() function - DES algorithm. NULL as password with a valid "salt"
144 EXPECTED_OUTPUT:/.elhbtlysKy6
148 // To test crypt() function - DES algorithm. NULL as password with a valid "salt"
151 EXPECTED_OUTPUT://plGAV7Hp3Zo
155 // To test crypt() function - DES algorithm. NULL as password with a valid "salt"
158 EXPECTED_OUTPUT:aBtwyC/9wKybE
162 // To test crypt() function - DES algorithm. Valid password with a "salt" which
163 // is one-character in length. Output differs from that of Linux's
170 // To test crypt() function - DES algorithm. Valid password with a "salt" which
171 // is longer two characters in length
174 EXPECTED_OUTPUT:iKr4GcNvuB/Wk
178 // To test crypt() function - DES algorithm. A valid password and no "salt"
179 // Output differs from that of Linux's
186 // To test crypt() function. Both password and salt being
187 // NULL. Output differs from that of Linux's
194 // To test crypt() function - MD5 algorithm. Both password and salt
198 EXPECTED_OUTPUT:$1$$I2o9Z7NcvQAKp7wyCTlia0
202 // To test crypt() function - MD5 algorithm. Both password and salt
203 // are valid with password being more than 8 characters in length
204 PASSWORD :passwordUEI091H
206 EXPECTED_OUTPUT:$1$$V1X9nybzyUbSXdm8CAqve.
210 // To test crypt() function - MD5 algorithm. Both password and salt
211 // are valid with password being more than 8 characters in length, and
212 // '/' embedded within the string. Salt consists of "$1$" followed
213 // by eight characters, and terminated by "$"
214 PASSWORD :pass//rdI09Y.
216 EXPECTED_OUTPUT:$1$password$PnpYLDVZ8stpwScDiSk170
220 // To test crypt() function - MD5 algorithm. Both password and salt
221 // are valid with password being more than 8 characters in length, and
222 // '/' embedded within the string. Salt consists of "$1$" followed
223 // by eight characters, and NOT terminated by "$"
224 PASSWORD :pass//rdI09Y.
226 EXPECTED_OUTPUT:$1$password$PnpYLDVZ8stpwScDiSk170
230 // To test crypt() function - MD5 algorithm. Both password and salt
231 // are valid with password being more than 8 characters in length, and
232 // '/' embedded within the string. Salt consists of just "$1$"
233 PASSWORD :pass//rdI09Y.
235 EXPECTED_OUTPUT:$1$$Q.yyUXhIuZxEiqLaLs9Yt/
239 // To test crypt() function - MD5 algorithm. Both password and salt
240 // are valid with the length of the password being less than 8.
241 // Salt consists of just "$1$"
244 EXPECTED_OUTPUT:$1$$dNOmQGH620K312nN0mn1H/
248 // To test crypt() function - MD5 algorithm. Both password and salt
249 // are valid with the length of the password being less than 8.
250 // Salt consists of "$1$" followed by a string, and terminated by
254 EXPECTED_OUTPUT:$1$paU7$L1IzpLbp2c1NZn1fI5ZF3/
258 // To test crypt() function - MD5 algorithm. Both password and salt
259 // are valid with the length of the password being less than 8.
260 // Salt consists of "$1$" followed by a string, and NOT terminated by
264 EXPECTED_OUTPUT:$1$paU7$L1IzpLbp2c1NZn1fI5ZF3/
268 // To test crypt() function - MD5 algorithm. Both password and salt
269 // are valid with the length of the password being less than 8.
270 // Salt consists of just "$1$"
273 EXPECTED_OUTPUT:$1$$dNOmQGH620K312nN0mn1H/
277 // To test crypt() function - MD5 algorithm. NULL as password and "$1$"
281 EXPECTED_OUTPUT:$1$$qRPK7m23GJusamGpoGLby/
285 // To test crypt() function - MD5 algorithm. NULL as password. Salt consists
286 // of "$1$" followed by a string, and terminated by "$"
289 EXPECTED_OUTPUT:$1$oI./$rZsQHWhxaiZQFk7TPVtZv0
293 // To test crypt() function - MD5 algorithm. NULL as password. Salt consists
294 // of "$1$" followed by a string with a "$" embedded within the string, and
295 // NOT terminated by "$"
298 EXPECTED_OUTPUT:$1$o$q44o3M/kTKnXAewu70WtZ/
302 // To test crypt() function - MD5 algorithm. NULL as password. Salt consists
303 // of "$1$" followed by a string, and NOT terminated by "$"
306 EXPECTED_OUTPUT:$1$oi8URVn$f8o6zSdfLb/OggBchx70f0