Reducing license file size for air-gapped activation #118
-
Hi- The decoded license data has a lot of information that I don't need because I'm using machine fingerprinting. Is there any way to reduce the license payload size? I looked at the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is currently no way to reduce the size of a license file. By design, it includes the entire license object, plus any included relationships (which are optional), using our standard API object format. This can end up being a lot of data, and we have no current plans to make these smaller at this time. I'd suggest distributing the license files to the offline devices another way, such as via email, bluetooth, or USB. One alternative would be signed license keys, but those come with their own caveats (immutability, lack of encryption, etc.) |
Beta Was this translation helpful? Give feedback.
There is currently no way to reduce the size of a license file. By design, it includes the entire license object, plus any included relationships (which are optional), using our standard API object format. This can end up being a lot of data, and we have no current plans to make these smaller at this time. I'd suggest distributing the license files to the offline devices another way, such as via email, bluetooth, or USB.
One alternative would be signed license keys, but those come with their own caveats (immutability, lack of encryption, etc.)