1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/shell
Hendrik van Essen 2284f87fdb sys/shell: add module shell_lock
Module to lock the running shell with a password. Shell is proceeded only
when the valid password was entered by the user. After 3 failed attempts,
the input is blocked for a few seconds to slow down brute force attacks.
Does not make use of any cryptographic features yet.
2022-06-08 12:53:48 +02:00
..
commands sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02:00
doc.txt sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02:00
Kconfig shell/Kconfig: make config options usable with dependency resolution 2021-02-19 13:22:47 +01:00
Kconfig.config shell/Kconfig: make config options usable with dependency resolution 2021-02-19 13:22:47 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell.c sys/shell: add module shell_lock 2022-06-08 12:53:48 +02:00