You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
still vulnerable to replay attack, just limited to current minute.
won't work if triggered from devices out of sync
won't work if triggered from remote device in different timezone
allows an attack who can sniff traffic to be able to capture the hashed pass+time and crack it offline to reveal the password. Just takes longer, probably.
Any issue which will cause this to not work is a serious vulnerability, as someone could have an attacker actively breaking into the device, and this would offer no real protection. Someone intending to use this and finding it not work in the last minute has very dangerous consequences.
May be fixed with end-to-end encryption, but don't roll your own crypto.
The text was updated successfully, but these errors were encountered:
end-to-end crypto would be ideal, but I'm not sure about how it would be implemented considering the broadcasting nature of the panic signal. See issue #5. Anyways, not closing until we find a way to do end-to-end crypto.
A number of issues:
Any issue which will cause this to not work is a serious vulnerability, as someone could have an attacker actively breaking into the device, and this would offer no real protection. Someone intending to use this and finding it not work in the last minute has very dangerous consequences.
May be fixed with end-to-end encryption, but don't roll your own crypto.
The text was updated successfully, but these errors were encountered: