cederom commented on code in PR #18396: URL: https://github.com/apache/nuttx/pull/18396#discussion_r2809891370
########## tools/mkpasswd.py: ########## @@ -0,0 +1,204 @@ +#!/usr/bin/env python3 Review Comment: please try using standard Unix/POSIX shell tools. creating custom cryptography solutions is always bad idea. here it also enforces python into NuttX build process. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
