How can I encrypt the '.oml' script ?

Batuhancoskun
Batuhancoskun New Altair Community Member
edited October 2020 in Community Q&A

Hi all,

 

I want to encrypt my '.oml' script. Is it possible ? If possible , how can I encrypt it ?

Tagged:

Answers

  • L Moretti
    L Moretti New Altair Community Member
    edited July 2020

    Hi,

     

    it is possible!!!

    For example if you have a script 'MyFile.oml' and you want to encrypt it, you can type in the Command Window:

     

     encryptfile('MyFile.oml', 'MyFile.omc')

     

    This command generates an encrypted file: 'MyFile.omc'. (.omc is the extension of encrypted files)

     

    Cheers,

     

    Lorenzo

  • Batuhancoskun
    Batuhancoskun New Altair Community Member
    edited July 2020

    Thank you Lorenzo. It was pretty easy. :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />