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
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
Add crypto support for GAE to verify request generated from device.
All operations we needed could implement via pycrypto 3rd library.
We need
According to pycrypto, we have to convert uploaded public key from pem to der encoding, and then extract RSA public key from der byte string.
Related issue: #9
The text was updated successfully, but these errors were encountered: