1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/shell_lock/Makefile.include
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

5 lines
338 B
Makefile

$(shell $(COLOR_ECHO) "$(COLOR_YELLOW)shell_lock is an experimental feature and only shows as a \
proof of concept how the shell could be protected with a password. Do not expect relevant \
security from it for production, since Man-in-the-Middle attacks are possible depending on the \
used connection method!$(COLOR_RESET)" 1>&2)