Device Self-Registration. Exact Format for Key, ID and Secret

Hello,

I am working on a device self-registration algorithm. Overall, it works fine, but some help would be beneficial with formalizing a format of ID, KEY and Secret generated by the platform. The goal is to check at the edge level during self-registration, that correct parameters are received. Basically, I have the following simple questions:

  • Is the length of those parameters always constant?
  • Is there a chance of new symbol types being introduced in the nearest future

Hi @Alexander_Kondrov,

Great questions! The ID is always 24 characters, the key is 36 characters, and the secret is 64. I do not believe any new symbol types are in the near future. :smile:

Thanks!
Julia

1 Like