Commit Graph

7 Commits

Author SHA1 Message Date
47ad8b575a Protect main OTP against unauthed changes
This is a problem if someone sends:

000000handshake xyz

...because they will have set our OTP to xyz and could guess codes.

Fixed by using a separate OTP object for handshaking only.
2019-09-23 04:52:24 +00:00
03e37f5601 Update README to use event.respond 2019-09-23 04:50:55 +00:00
377e561764 Support multi-bot secure key exchange 2019-09-11 04:31:44 +00:00
9a7e0bb23c Update handshake algorithm 2019-09-10 04:56:57 +00:00
4400455769 Make check_auth return True / False 2019-09-10 03:07:39 +00:00
a0f3c9ce11 Fix typo 2019-09-10 02:37:14 +00:00
d379d2c138 Add README and build script 2019-09-10 02:32:11 +00:00