Click here to Skip to main content
15,918,742 members

Survey Results

Security in your applications   [Edit]

Survey period: 9 Jun 2002 to 16 Jun 2002

Security is becoming increasingly important. How much effort do you put into ensuring your applications are secure?

OptionVotes% 
None - my applications do not expose critical data15132.13
None - we assume our users follow safe practices4810.21
Minimal - we ensure that casual attacks won't break things8818.72
Medium - we use encryption and logins, and ensure there are no buffer overrun problems or backdoors.12526.60
Strong - strong encryption, firewalls, sandboxing, single access points, strong passwords, user roles etc347.23
Paranoid - same as strong, with full security audits and regular third party testing245.11



 
GeneralRe: Buffer over-runs Pin
peterchen11-Jun-02 8:53
peterchen11-Jun-02 8:53 
GeneralRe: Buffer over-runs Pin
James R. Twine11-Jun-02 9:21
James R. Twine11-Jun-02 9:21 
GeneralRe: Buffer over-runs Pin
Tim Smith10-Jun-02 10:38
Tim Smith10-Jun-02 10:38 
GeneralRe: Buffer over-runs (clarification) Pin
Tim Smith10-Jun-02 10:49
Tim Smith10-Jun-02 10:49 
GeneralRe: Buffer over-runs Pin
James R. Twine10-Jun-02 4:03
James R. Twine10-Jun-02 4:03 
GeneralRe: Buffer over-runs Pin
John M. Drescher10-Jun-02 16:23
John M. Drescher10-Jun-02 16:23 
GeneralRe: Buffer over-runs Pin
Chris Losinger12-Jun-02 7:44
professionalChris Losinger12-Jun-02 7:44 
GeneralRe: Buffer over-runs Pin
Matt Gullett10-Jun-02 16:48
Matt Gullett10-Jun-02 16:48 
We should definitely use appropriate C++ classes for dealing with memory when raw performance is not needed.

When raw performance is needed, though, there is no substitute for stack allocated C style arrays. And heap allocated C style arrays will still outperform any object oriented solution available today.

I have experimented in one of my libraries with CString, std::string and TCHAR arrays and there is no doubt that TCHAR arrays delivered the best performance by far and in this particular system, performance was/is far more important than OOP. It definitely requires more work to make sure that it is done right and does not overwrite memory or access deleted memory but when needed it's the only way to go.


GeneralNot near release Pin
Matt Newman9-Jun-02 16:15
Matt Newman9-Jun-02 16:15 
GeneralRe: Not near release Pin
Andreas Saurwein10-Jun-02 4:25
Andreas Saurwein10-Jun-02 4:25 
GeneralRe: Not near release Pin
Matt Newman10-Jun-02 16:17
Matt Newman10-Jun-02 16:17 
GeneralRe: Not near release Pin
Andreas Saurwein10-Jun-02 21:30
Andreas Saurwein10-Jun-02 21:30 
GeneralRe: Not near release Pin
Matt Newman11-Jun-02 4:47
Matt Newman11-Jun-02 4:47 
GeneralPARANOID ! Pin
Mauricio Ritter9-Jun-02 15:14
Mauricio Ritter9-Jun-02 15:14 
GeneralRe: PARANOID ! Pin
Komtiki10-Jun-02 18:55
Komtiki10-Jun-02 18:55 
GeneralSecurity is overrated Pin
Jim A. Johnson9-Jun-02 9:52
Jim A. Johnson9-Jun-02 9:52 
GeneralRe: Security is overrated Pin
ColinDavies9-Jun-02 11:24
ColinDavies9-Jun-02 11:24 
GeneralRe: Security is overrated Pin
Kevin Stewart9-Jun-02 11:43
Kevin Stewart9-Jun-02 11:43 
GeneralRe: Security is overrated Pin
ColinDavies9-Jun-02 11:50
ColinDavies9-Jun-02 11:50 
GeneralRe: Security is overrated Pin
Rutger Ellen10-Jun-02 3:44
Rutger Ellen10-Jun-02 3:44 
GeneralRe: Security is overrated Pin
peterchen9-Jun-02 11:51
peterchen9-Jun-02 11:51 
GeneralI miss... Pin
Daniel 'Tak' M.9-Jun-02 9:10
Daniel 'Tak' M.9-Jun-02 9:10 
GeneralAccess. Pin
ColinDavies8-Jun-02 18:33
ColinDavies8-Jun-02 18:33 
GeneralRe: Access. Pin
Shog98-Jun-02 18:38
sitebuilderShog98-Jun-02 18:38 
GeneralRe: Access. Pin
ColinDavies8-Jun-02 19:40
ColinDavies8-Jun-02 19:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.