Application and Interface Security

From Hornbill
Revision as of 09:53, 25 May 2018 by Keiths (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.