Click here to Skip to main content
15,880,405 members

Survey Results

When a project has cryptographic requirements, who is responsible for cryptographic design and analysis of overall system security?   [Edit]

Survey period: 16 Aug 2010 to 23 Aug 2010

Making sure your data can't be read is sometimes just as important as making sure it can be read.

OptionVotes% 
Outside consultant/contractor224.41
Project manager5210.42
Senior/lead programmer19138.28
Developer who took the crypto class7915.83
Developer doing the coding14829.66
Most crypto-passionate person5511.02
No design - encryption/decryption is just another function call like opening/closing a file8717.43
We never have need of encryption9018.04
Other234.61
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (30 answers)


 
GeneralMD5 Pin
Hristo-Bojilov19-Aug-10 1:39
Hristo-Bojilov19-Aug-10 1:39 
GeneralRe: MD5 Pin
MrProphet19-Aug-10 7:25
MrProphet19-Aug-10 7:25 
AnswerRe: MD5 Pin
Code Master3821-Aug-10 9:14
Code Master3821-Aug-10 9:14 
GeneralRe: MD5 Pin
Kevin Drzycimski21-Aug-10 10:56
Kevin Drzycimski21-Aug-10 10:56 
Generalwhat the hell is "CListCtrl"??? Pin
anishmehta18-Aug-10 7:03
anishmehta18-Aug-10 7:03 
GeneralRe: what the hell is "CListCtrl"??? Pin
NormDroid18-Aug-10 20:36
professionalNormDroid18-Aug-10 20:36 
GeneralRe: what the hell is "CListCtrl"??? Pin
Matty2220-Aug-10 21:31
Matty2220-Aug-10 21:31 
GeneralRe: what the hell is "CListCtrl"??? Pin
567890123421-Aug-10 23:35
567890123421-Aug-10 23:35 
Jokewww.CListCtrl.com Pin
Uwe Keim17-Aug-10 23:20
sitebuilderUwe Keim17-Aug-10 23:20 
GeneralRe: www.CListCtrl.com Pin
NormDroid18-Aug-10 4:27
professionalNormDroid18-Aug-10 4:27 
GeneralRe: www.CListCtrl.com Pin
Uwe Keim18-Aug-10 6:18
sitebuilderUwe Keim18-Aug-10 6:18 
GeneralRe: www.CListCtrl.com Pin
Keith Barrow22-Aug-10 8:38
professionalKeith Barrow22-Aug-10 8:38 
GeneralSenior/lead programmer Pin
koolprasad200317-Aug-10 18:00
professionalkoolprasad200317-Aug-10 18:00 
GeneralRe: Senior/lead programmer Pin
Patrick.Hartnett19-Aug-10 0:59
Patrick.Hartnett19-Aug-10 0:59 
GeneralRe: Senior/lead programmer Pin
Keith Barrow22-Aug-10 8:36
professionalKeith Barrow22-Aug-10 8:36 
Generalone more otions require Pin
Pranay Rana17-Aug-10 0:56
professionalPranay Rana17-Aug-10 0:56 
GeneralA strategy needs to be scoped during the planning phase of the program Pin
L Viljoen16-Aug-10 22:01
professionalL Viljoen16-Aug-10 22:01 
By law certain sensitive information needs to be encrypted (Contact numbers, id numbers, vat number's ect, banking details & passwords and ) , and a strategy must be planned on protecting/obfuscating the keys as much as possible making it harder to hack using reflection. Isolated storage and/or secure string in C# is a very good strategy to do this.

Using obfuscation software that makes code much harder to read and interpret, also good obfuscation software also encrypts clear text adding an extra level of security , the biggest drawback with obfuscation is it may cause problems with serialization and reflection

One sure and safe way to protect data from transferring and being intercepted is Asymetric public private key encryption, only sharing the key data keys encrypted with and protecting the key that decrypts data on the respective machines.

Chona1171
Web Developer (C#), Silverlight

GeneralI am surprised Pin
Ennis Ray Lynch, Jr.16-Aug-10 5:15
Ennis Ray Lynch, Jr.16-Aug-10 5:15 
GeneralRe: I am surprised Pin
Mycroft Holmes16-Aug-10 18:37
professionalMycroft Holmes16-Aug-10 18:37 
GeneralRe: I am surprised Pin
John M. Drescher16-Aug-10 22:50
John M. Drescher16-Aug-10 22:50 
GeneralRe: I am surprised Pin
Ennis Ray Lynch, Jr.17-Aug-10 3:31
Ennis Ray Lynch, Jr.17-Aug-10 3:31 
GeneralRe: I am surprised Pin
Mycroft Holmes17-Aug-10 13:27
professionalMycroft Holmes17-Aug-10 13:27 
GeneralRe: I am surprised Pin
Richard Blythe17-Aug-10 7:14
Richard Blythe17-Aug-10 7:14 
GeneralRe: I am surprised Pin
KenJohnson22-Aug-10 3:40
KenJohnson22-Aug-10 3:40 
GeneralEach Developer Pin
W Balboos, GHB16-Aug-10 2:35
W Balboos, GHB16-Aug-10 2:35 

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.