Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Learning to program from a security point of view

  1. #11
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    The easiest language to learn is IMHO Perl. It's also the most platform independent language I know. You can use it for anything; cgi scripts, log-analyzers, filters, anything you can think of.

    What is Perl?
    Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.

    The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it's easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world's most impressive collections of third-party modules.
    http://www.cpan.org
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  2. #12
    Now, RFC Compliant! Noia's Avatar
    Join Date
    Jan 2002
    Posts
    1,210
    Originally posted here by Cybr1d
    Mainly Assembly Language is used...for its complex functions.
    Assembly Language does not have 'complex' functions, it barely has functions at all if I remember correctly, all the "functions" you have to code yourself, so it's really not a good choice for beginers. C++ would do fine.
    With all the subtlety of an artillery barrage / Follow blindly, for the true path is sketchy at best. .:Bring OS X to x86!:.
    Og ingen kan minnast dei linne drag i dronningas andlet den fagre dag Då landet her kvilte i heilag fred og alle hadde kjærleik å elske med.

  3. #13
    HeadShot Master N1nja Cybr1d's Avatar
    Join Date
    Jul 2003
    Location
    Boston, MA
    Posts
    1,840
    You're absolutely right Noia...lol I dont even know where I got that now that I read it over.

  4. #14
    Junior Member
    Join Date
    Apr 2004
    Posts
    18

    Python

    Python Website

    Regards,
    Riotgirl
    \"Don\'t worry. I don\'t have low self-esteem. It\'s a mistake. I have low esteem for everyone else\".



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •