How to encrypt my rbz code file, the encrypted address provided by the official website can’t be found
https://extensions.sketchup.com/extension/sign
BTW the rbz is a zip file containing your code files and other files. This rbz file can not be encrypted, only the rb files will be…
Encrypting ‘.rb’ files is not 100% secure because someone can still crack the encryption and gain access to your code. Plus the ruby language is very introspective. But, encrypting your code is still better than nothing.
I tried using the “Sign Extension | SketchUp Extension Warehouse” tool to sign my rb file.
I followed the process from creating .rbz file to upload it to the signing tool and ended up with an exception.
Am I missing something?
Please start a new topic as this one has been solved.
Also post the code if you want a complete answer.
We cannot usually guess what the error is from such a vague message.
In this case, all I can suggest is that you make sure that your code files are encoded UTF-8 without Bit Order Mark.