Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Compiling my program to a PLC - Encrypted

Anonymous
2015-10-05
2015-10-06
  • Anonymous - 2015-10-05

    Originally created by: andre@route42.nl

    Dear Codesys community,

    I might ask a stupid question, but bare with me I am still new to programming in CodeSys.

    For some customers I am writing a program, I want to upload it to the PLC. But I want to make sure that the customer cant just install codesys and download my program and have access to all the code I have written.

    I have one of the security USB stick for licenses, is that needed?

    Can someone please explain to me how to encrypt my code, or redirect me to a place where this is documentated.

    Thanks a lot,

    Andre

     
  • TimvH

    TimvH - 2015-10-05

    When the application is downloaded, the code will be compiled. You cannot upload this code and edit this in CODESYS.

     
  • eschwellinger

    eschwellinger - 2015-10-06

    Hi,
    yes and additional (sure this is optional)
    the runtime key is needed if you want to prevent that anyone could copy the whole system (know how protection).
    The bootproject could be encrypted (by CODESYS IDE) and only the machine with the runtime key could run this encrypted bootproject.
    Doing this will need a security key on the CODESYS Developmentsystem side (to generate the encrypted bootproject) and a runtime security key on the plc runtime side.

    BR
    Edwin

     

Log in to post a comment.