Search found 3 matches

by rjk
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

monte wrote:Looks like the file you need is mcssl.cpp
Thank you for your assistance - this gives me a starting point to explore further (and try to understand the engine source).
by rjk
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

monte wrote:If it were me I would start with find in files on encrypt and then follow my nose ;-)
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.xml
by rjk
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...