-
Notifications
You must be signed in to change notification settings - Fork 38
Remove pycrypto and iGrill Keys From the Code #7
Comments
@kins-dev any chance for a fork of this project with some fixes? |
@niXta1 I could fork it. I separated my first fork into a project because I basically built a whole product. |
Hi. I am very thankful for the suggestion, and have implemented it on the experimental python3 branch, which i hope to get merged to master not too long into the future. -Bendik |
If you need help with migration to Python 3, I've already done that on my master branch |
This is now merged to master. |
I put together a short blog post here https://blog.kins.dev/2019/04/igrill-device-support-for-igrill-smoker.html
Basically, the way handshaking is done, if you present a challenge of all zeros, you can simplify the authentication to:
You can find tested code in my own project https://git.kins.dev/igrill-smoker
The reason you may want to do this is, pycrypto has a couple of security issues:
The text was updated successfully, but these errors were encountered: