Results 1 to 7 of 7

Thread: c++ encryption programs

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    23

    c++ encryption programs

    Im currently a part-time tutor of a subject in my university called Authentication and System security that basically covers things like industry standard encryption algorithms, firewalls, viruses, snmp etc.....

    Over the summer break Im going to probably start developing some simple encryption programs. Can anyone suggest some good websites to get some c++ programming projects off that involve developing security algorithms ??

    Cheers

  2. #2
    Junior Member
    Join Date
    May 2004
    Posts
    23
    also, if anyone has done any past c++ projects covering security algorithm development, PM me

  3. #3
    AFLAAACKKK!!
    Join Date
    Apr 2004
    Posts
    1,066
    Well, I'm still in the process of learning C++ now, but I can tell you that it's not a good idea to post your email address on the internet. It makes it easier for spam to reach you. Instead you could ask people to PM you... Just thought I would warn you...
    I am the uber duck!!1
    Proxy Tools

  4. #4
    Senior Member
    Join Date
    Jan 2004
    Posts
    195
    This site may help you, it did help me when i was learning C++

    www.cprogramming.com
    cpp-home.com/index

    And also you can look out for programmersheaven.

    Further just look at source code of some open source encryption programme, It will help u look at ways of algorithm.
    It\'s all about sense of power.

  5. #5
    Senior Member
    Join Date
    Jul 2003
    Posts
    813
    Well many encryption softwares for Linux [and not only] come with source code. Look around on http://sourceforge.net for projects involving encryption and cryptographic systems. Further on, IIRC GnuPG comes with source code, most of it [if not all] in C/C++. That's pretty much everything you'll need when it comes to algorithms
    /\\

  6. #6
    maybe this is not what u request..

    other than online reference, i suggest to use these 2 books for ur tutoring;
    1. William Stallings, Cryptography and Network Security: Principles and Practices, 3rd Edition, Prentice Hall, 2003.
    2.Charles P. Pfleeger and Shari Lawrence Pfleeger, "Security in Computing, Third Edition", Prentice Hall PTR, 02 December, 2002.

    easy to understand books for beginner..

  7. #7
    BANNED
    Join Date
    Nov 2003
    Location
    San Diego
    Posts
    724
    For just about any source code you need there's
    www.pscode.com
    When death sleeps it dreams of you...

Posting Permissions

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