Data Transmission Encryption

All application data transmitted to and from the client browser is encrypted using the web server’s built-in SSL (secure socket layer) encryption.  This standard security ensures that no one can see your data as it passes over the public Internet or over your private intranet and local area networks.

Applications generated by Iron Speed Designer are run in conjunction with a standard Microsoft IIS web server, which uses port 80 and 443 to serve pages to application users.  Data collected from an application user is passed through the web server to the application and then to the database, using a standard N-tier architecture.  The N-tier architecture ensures that your database is not connected directly to the application user.

Moreover, Iron Speed Designer does not generate any appreciable client-side scripting code that contains data access logic.  All data access code is in the Data Access Layer, so that malicious application users cannot reverse engineer the data access mechanisms.

See Also

Application Security Management