Commit Graph

8 Commits

Author SHA1 Message Date
Kan18 a77deb72ec
Add a one-time password system (#47)
This commit adds a one-time password system. Users can generate
passwords by using the `genotp` command (or manually queuing a set_otp
event with the SHA-256 hash of the one-time password they want to set)
and these passwords will be valid, along with the normal password,
either until the computer shuts down (or the net daemon is killed), a
new one-time password is generated, or the one-time password is used.
2020-08-24 01:20:42 -04:00
kepler155c@gmail.com aec5ac0121 oops again 2019-07-01 20:39:34 -04:00
kepler155c@gmail.com 9e85a0dae1 shuffled some files around 2019-07-01 17:22:19 -04:00
kepler155c@gmail.com e75a357209 security updates 2019-06-29 16:35:33 -04:00
kepler155c@gmail.com 343ce7fdc2 move apis into rom/modules/main for shell compatibility 2019-06-28 13:50:02 -04:00
kepler155c@gmail.com bcd33af599 The big Anavrins security update (round 1) 2019-06-27 21:08:46 -04:00
kepler155c@gmail.com 7749e14cad protected network services 2019-04-20 13:48:13 -04:00
kepler155c@gmail.com 737ac095de fix menu separators + sys dir restructure 2019-03-31 15:16:45 -04:00