Welcome to our forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Forum Statistics

  • Forum Members:
  • Total Threads:
  • Total Posts: 14
There are 1 users currently browsing forums.
General Programming Here you can talk about scripting in other languages such as Perl, Delphi, Pascal and Python.

Reply
  #11  
Old 11-26-2008
Child
 
Join Date: Feb 2008
Posts: 90
Rep Power: 3
phasex is on a distinguished road
Re: Security Programming?

What is Security Programming?
Reply With Quote
  #12  
Old 11-26-2008
hot_cakes's Avatar
Moderat0r!!1
 
Join Date: Aug 2005
Location: Bristol, UK
Age: 28
Posts: 2,939
Rep Power: 7
hot_cakes will become famous soon enough
Re: Security Programming?

C and C++ are insecure unless used by people with a lot of experience. In the past two or three weeks alone I have spotted maybe 10 different security vulnerabilities in C code posted here.

If you want to analyse vulnerabilities in existing code, learning C and C++ is a good idea. If you want to write secure applications without having much prior programming experience, use something else.

A high level language such as Python or Ruby would serve you better.

Edd
Reply With Quote
  #13  
Old 11-26-2008
gorda001's Avatar
This user is deprecated.
 
Join Date: Jun 2005
Location: <0x79a3f6>
Posts: 5,064
Rep Power: 11
gorda001 is on a distinguished road
Re: Security Programming?

Quote:
hot_cakes originally posted: View Post
C and C++ are insecure unless used by people with a lot of experience. In the past two or three weeks alone I have spotted maybe 10 different security vulnerabilities in C code posted here.

If you want to analyse vulnerabilities in existing code, learning C and C++ is a good idea. If you want to write secure applications without having much prior programming experience, use something else.

A high level language such as Python or Ruby would serve you better.

Edd
To get experianced at a language you have to start it first. Learning only Ruby/Python is just shooting yourself in the foot.
Reply With Quote
  #14  
Old 11-26-2008
hot_cakes's Avatar
Moderat0r!!1
 
Join Date: Aug 2005
Location: Bristol, UK
Age: 28
Posts: 2,939
Rep Power: 7
hot_cakes will become famous soon enough
Re: Security Programming?

Quote:
gorda001 originally posted: View Post
To get experianced at a language you have to start it first. Learning only Ruby/Python is just shooting yourself in the foot.
I agree. I never once said learning only Ruby or Python would be a good idea. They're merely a much better place to start for most people. Depending on the O.P's definition of "security programming", this could be the case here, too.

I think I qualified all my advice appropriately, though the last sentence should have arguably been bundled with the penultimate paragraph.

Edd
Reply With Quote


Reply

Tags
code, language, programming, security


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming links Hybr!d Articles, Tutorials, and Guides 3 09-24-2005 05:52 AM