Sorry, but there are no more tags available to filter with.
  • encryption of application code

    Hi, I wish to encrypt my application to protect my code. I've tried running my hex file through openssl openssl enc -aes-128-ofb -nopad -nosalt -e -K XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -iv XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -in app_release.hex -out…