
So.. I have a decrypt command:
Code: Select all
decrypt tData32bytes using "aes256" with password tPassword
I know that "decrypt" command needs openSSL library to be installed. I don't know how to tell if I have it installed already..so I decided to download openssl from their website. Installed it as per installation instruction:
Code: Select all
$ ./config
$ make
$ make test
$ make install
On the Standalone application settings>General>Script Libraries, I selected "SSL & Encryption".
I built the app again, and I'm getting the same error "SSL library not found" on the decrypt command. LiveCode probably cannot read/see the SSL installed? My problem is, where do I need to install/place it or what do I need to do so that my app knows?

Thank you!
~Genie