Search found 2 matches

by kobe8936
2023年 Nov 23日 14:56
Forum: Cloud/SaaS Development
Topic: Encryption for Smart Lock API
Replies: 9
Views: 7148

Re: Encryption for Smart Lock API

You should encrypt your password by using the AES-128 algorithm with ECB mode and PKCS7Padding.
https://developer.tuya.com/en/docs/clou ... 20password

by kobe8936
2023年 Oct 24日 10:26
Forum: Cloud/SaaS Development
Topic: Register the RFID CARD information to the tuya smart door lock remotely
Replies: 1
Views: 3737

Re: Register the RFID CARD information to the tuya smart door lock remotely

You can follow this instructions to add a card unlock method https://developer.tuya.com/en/docs/cloud/doorlock-api-keys?id=Kbe2ob9tc53b4#title-0-Unlocking%20method%20APIs 1) first call the enrolling method to start https://developer.tuya.com/en/docs/cloud/doorlock-api-keys?id=Kbe2ob9tc53b4#title-4-E...