X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=cfe_generate_password.git;a=blobdiff_plain;f=cfe_generate_password.c;h=cdfe823cc3aea21d2f5deac66db57b65cfdf5ed4;hp=60d39092fe18398232e79e7762c514970a01c18f;hb=5c8d839840597bbcef9ee5a125442a41b1f6b315;hpb=9e7cc76b628eff9476948f97e9abbfc4339bcf32;ds=sidebyside diff --git a/cfe_generate_password.c b/cfe_generate_password.c index 60d3909..cdfe823 100644 --- a/cfe_generate_password.c +++ b/cfe_generate_password.c @@ -1,7 +1,7 @@ static const char *title = \ "Generate Broadcom CFE seeds and passwords for many popular modem/router devices" ; -static const float VERSION = 1.3f; +static const float VERSION = 1.4f; static const char *copyright = \ "Copyright 2015 TJ \n" @@ -57,9 +57,9 @@ static const char *help = \ "The tool can accept a timestamp as 8 hexadecimal characters (useful for testing the algorithm):\n\n" -" ./cfe_gen_pass -t 0FF020 -s ec:43:f6:46:c0:80 -p\n\n" +" ./cfe_gen_pass -t 56FA8C2B -s ec:43:f6:46:c0:80 -p\n\n" -"MAC address: ec:43:f6:46:c0:80 Timestamp: 0FF020 Seed: 0FF02046c080 Password: 110f65a3\n\n" +" MAC address: ec:43:f6:46:c0:80 Timestamp: 56FA8C2B (2016-03-29 14:07:39) Seed: FA8C2B46c080 Password: 1111bda5\n\n" ; #include