DescriptionDuring an email conversation earlier it was noted that the DAK generation utility within OpenPLC Utils appears to have been updated.
By default it now generates a different DAK on every execution. A new option (-m) has been introduced which derives the DAK from the MAC address but still gives a different result to the earlier versions of the utility.
Would be interesting to look a little closer at the changes and see what they've done.
Activity
2016-01-12 00:51:09
2016-01-12 01:04:37
The changes made to MACPasswords between that and the version I have are below
As the name implies RNDPassword simply generates a random string, ultimately by calling putpwd - https://github.com/qca/open-plc-utils/blob/master/key/putpwd.c
2016-01-12 01:06:22
* mac2pw - https://github.com/qca/open-plc-utils/blob/master/key/mac2pw.c
Depending on options used, either
* MACPasswords - https://github.com/qca/open-plc-utils/blob/master/key/MACPasswords.c
or
RNDPasswords - https://github.com/qca/open-plc-utils/blob/master/key/RNDPasswords.c
which would then be followed by putpwd - https://github.com/qca/open-plc-utils/blob/master/key/putpwd.c
2016-01-15 12:17:59
2016-01-15 12:34:25
2016-01-15 12:37:52
- List of changed files - http://projectsstatic.bentasker.co.uk/MISC/MISC16/changes/filechanges.txt
- Diff of all changes - http://projectsstatic.bentasker.co.uk/MISC/MISC16/changes/diff.txt
- Diff of changes within "key" - http://projectsstatic.bentasker.co.uk/MISC/MISC16/changes/keychanges.txt
2017-07-06 15:55:52
2017-07-06 15:55:52
2017-07-06 15:55:56