Difference between revisions of "Application and Interface Security"

From Hornbill
Jump to navigation Jump to search
(Created page with "== Application and Interface Security == All Hornbill code is generated inhouse and utilizes the best language for the given task (ServerSide is C++, Client side {including ap...")
(No difference)

Revision as of 09:53, 25 May 2018

Application and Interface Security

All Hornbill code is generated inhouse and utilizes the best language for the given task (ServerSide is C++, Client side {including apps} is HTML\JS\PHP).

All applications and all programming interfaces are designed with the NIST principles in mind and tested against the OWASP top 10. These Automated and manual tests are used to detect security defects (amongst others) in code prior to production. Inputs are sanity checked and integrity routines in place against application and databases to prevent manual or systematic processing errors, corruption of data, or misuse.