Documentation: PBKDF2 login docs, board Kconfig, and CI password

Document PBKDF2-HMAC-SHA256 ROMFS passwd generation and update board
Kconfig help text accordingly.  Set the documented sim/login CI credential
in GitHub Actions.

Enable CONFIG_CODECS_BASE64 and CONFIG_NETUTILS_CODECS on sim:dropbear for
link compatibility with dropbear's bundled libtomcrypt.

Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com>
This commit is contained in:
Abhishek Mishra 2026-07-15 15:44:37 +00:00 committed by Xiang Xiao
parent cb3954e70b
commit 6283d667ea
56 changed files with 566 additions and 264 deletions

View file

@ -148,7 +148,7 @@ jobs:
# Documented sim/login CI test credential (not a production secret).
# Used when CONFIG_BOARD_ETC_ROMFS_PASSWD_ENABLE=y and defconfig omits
# the password. See tools/update_romfs_password.sh.
NUTTX_ROMFS_PASSWD_PASSWORD: NuttXSimLogin1
NUTTX_ROMFS_PASSWD_PASSWORD: NuttXSim1!
strategy:
max-parallel: 12
@ -316,7 +316,7 @@ jobs:
needs: macOS-Arch
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
env:
NUTTX_ROMFS_PASSWD_PASSWORD: NuttXSimLogin1
NUTTX_ROMFS_PASSWD_PASSWORD: NuttXSim1!
strategy:
max-parallel: 2
matrix: