Add a one-time password system #47

Merged
Kan18 merged 1 commits from develop-1.8 into develop-1.8 2020-08-24 01:20:43 -04:00
Kan18 commented 2020-08-22 19:06:27 -04:00 (Migrated from github.com)

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.

This shouldn't conflict with #46. Also, a demo can be found at https://cdn.discordapp.com/attachments/530071845181849630/746867684863377538/OTP_Demo.mov

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. This shouldn't conflict with #46. Also, a demo can be found at https://cdn.discordapp.com/attachments/530071845181849630/746867684863377538/OTP_Demo.mov
xAnavrins commented 2020-08-24 01:20:49 -04:00 (Migrated from github.com)

Thank you, this is awesome!

Thank you, this is awesome!
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MayaTheShy/Opus#47