Thank you for your assistance - this gives me a starting point to explore further (and try to understand the engine source).monte wrote:Looks like the file you need is mcssl.cpp
Search found 3 matches
- Tue Aug 27, 2013 11:08 am
- Forum: Engine Contributors
- Topic: Source for encrypt/decrypt implementation
- Replies: 4
- Views: 5989
Re: Source for encrypt/decrypt implementation
- Tue Aug 27, 2013 11:03 am
- Forum: Engine Contributors
- Topic: Source for encrypt/decrypt implementation
- Replies: 4
- Views: 5989
Re: Source for encrypt/decrypt implementation
I presume by "find in files" you mean searching the LiveCode master branch I downloaded from GitHub onto my Windows machine. Your suggestion then finds only two files - encrypt.xml and encrypt-using-rsa.xmlmonte wrote:If it were me I would start with find in files on encrypt and then follow my nose
- Tue Aug 27, 2013 8:45 am
- Forum: Engine Contributors
- Topic: Source for encrypt/decrypt implementation
- Replies: 4
- Views: 5989
Source for encrypt/decrypt implementation
I have just purchased a Commercial License and I am interested in adding some features (e.g. hmac) from the openSSL library (which I believe is used for existing LiveCode commands such as encrypt/decrypt). I am also keen to see the source for the implementation of the encrypt/decrypt commands. I hav...