Improved way to get device id. #1925
Replies: 4 comments
-
Please refer to |
Beta Was this translation helpful? Give feedback.
-
Oh, I didn't think of that usage. Thanks. I noticed one unpleasant nuance - the code from bootstrap is included in the license file almost unchanged and it was not difficult for me to understand what exactly is being done. But I found a solution - I encoded almost all the code into a binary string and shifted the bytes by about 55. Now I have an incomprehensible set of bits |
Beta Was this translation helpful? Give feedback.
-
Try to enable this configuration item
It could obfuscate the runtime key data also. |
Beta Was this translation helpful? Give feedback.
-
There is a project plyer, which supports getting device id regardless of the platform. It works well and allows you to get the device id and not the hard drive. I checked it on a MacBook and Android - it works great. I work on Android and unfortunately I can't create an external key with a binding to the device.
I also wanted to know if it is possible to keep two runtime files in one project, where one will be perpetual and the second will have an external key file? Will it be possible to replace the runtime with an external key with one that does not have a license? I would like to wrap the main code with a runtime and external key file, but the code that checks for id wrap with perpetual runtime
pip install plyer
Beta Was this translation helpful? Give feedback.
All reactions