1 ================================================================================ 2 Server credential autogeneration tool users guide 3 ================================================================================ 4 5 1. Prepare a plain text file containing all the IMEIs that you are going to 6 process. 7 8 For example, the text file named IMEI.txt might contain the following text: 9 10 354358001352586 11 12 2. The syntax for the command is: 13 14 servercred <input_file_path> <input_file_name>.txt 15 16 A file will be created in the <input_file_path> directory. The format of the 17 file name is: 18 19 <input_file_name>_Cred-<time_date_stamp>.txt 20 21 3. As an example, enter: 22 23 servercred . IMEI.txt 24 25 The program will print out: 26 27 file fd_IMEI opened 28 29 ENTER THE SERVER ID 30 31 Enter the Server Id that you need to generate. 32 For example, the server id might be: ibm 33 34 The program will print out: 35 36 filew fd_Cred opened 37 38 GENERATED CRED VALUES EACH SEPARATED BY SPACE CHAR IN IMEI_Cred-14.32.19-18-02-2005.txt 39 40 IMEI ServerPW ClientPW UserName ServerNonce ClientNonce 41 42 ENTER A KEY TO EXIT 43 44 Press any key to exit. 45 46 The file IMEI_Cred-14.32.19-18-02-2005.txt will contains the following info: 47 48 354358001352586 EtYTmcmXUPjteHV8i+4f1g== 6DEU6GduEznJfqD08puMyA== LXgpyGcdtADjNX9EsgBwpg== MTRZSjU1Tkk2NVJTMjVXQQ== NTNMSTYyTUkyM0hFMzNTVA== 49 50 This is the credentials in the following order: 51 52 IMEI ServerPW ClientPW UserName ServerNonce ClientNonce 53 54 55