Somebody, please help!
I've been spending hundreds of hours here, trying so many things, so many different methods, fiddling overnights.
Please help.
Search found 3 matches
- 2024年 Feb 7日 12:33
- Forum: Cloud/SaaS Development
- Topic: Encryption for Smart Lock API
- Replies: 9
- Views: 7059
Re: Encryption for Smart Lock API
- 2024年 Jan 8日 16:52
- Forum: Cloud/SaaS Development
- Topic: Encryption for Smart Lock API
- Replies: 9
- Views: 7059
Re: Encryption for Smart Lock API
I figured this out. Turns out the access key should be interpreted as an ASCII or UTF-8 string, and not a hex string, for the encryption key. Thus, ticket_key is decrypted as a 128-bit key with 128-bits of padding, not 256 bits total. Replying again to bump this thread. Really appreciate it if you ...
- 2023年 Dec 23日 04:25
- Forum: Cloud/SaaS Development
- Topic: Encryption for Smart Lock API
- Replies: 9
- Views: 7059
Re: Encryption for Smart Lock API
I figured this out. Turns out the access key should be interpreted as an ASCII or UTF-8 string, and not a hex string, for the encryption key. Thus, ticket_key is decrypted as a 128-bit key with 128-bits of padding, not 256 bits total. Hey, I'm currently stuck here. And my code is 98% similar to the...