mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2284f87fdb
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.
5 lines
338 B
Makefile
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)
|