How secure is the iDelegate app?

iDelegate is a modern app built with every business-critical security concern in mind. It is built with Laravel, easily the best of the latest generation of web frameworks based on the PHP language. PHP has been around for a while and extensively used in development of many well known sites including Facebook, WordPress and Wikipedia.

Laravel is often the recommended PHP framework for mission-critical applications. It makes PHP applications secure through robust authentication and input validation and protects them against many serious security risks such as SQL injection, cross-site request forgery and cross-site scripting. Every Laravel app has a secret application key to generate secure encrypted strings and hashes to protect session information.

In addition, all communication between your browser and iDelegate takes place over the secure HTTPS SSL/TLS protocol, thus establishing that all data is sent via an authenticated and encrypted link between the two. With an insecure HTTP, data would be sent as plain text, readily available to any eavesdropper with access to the data stream. With iDelegate, such eavesdropping is impossible.