Thread: encryption

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    241

    Question encryption

    I have just done some fairly basic forms of encrption using C++, and I am wondering if anyone knows good sites about encryption that goes from kinda hard to extremely complex.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    18

    Can u tell me

    Can u tell me or some sample code how to encrypt something
    please put it (if possible) in this format

    Well I wanted to write a function for a library of Unix Made Functions and encryption thats not Md5 etc would be usefull

    Code:
    #include <headers.h>
    int funcencrypt(........)
    >................
    >................
    
    int main()
    ..............
    .............
    ...........
    }
    
    //hope u get the point
    //i dont have time to write a GOOD example
    //I HAVE SOO MUCH BIO HOMEOWORK IT COULD MAKE SOMEONE CRY!
    HACKERS MANIFESTO (NOTE MOST WAS CUT OFF) (PEOPLE SAID IT WAS TOO LONG)
    This is our world now... the world of the electron and the switch, the beauty of the baud.
    · We make use of a service already existing withoutpaying for what could be dirt-cheap if it wasn't run by profiteering gluttons, and you call us criminals.
    · We explore... and you call us criminals.
    · We seek after knowledge... and you call us criminals.
    · We exist without skin color, without nationality, without religious bias... and you call us criminals.
    · You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the criminals.

    Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.

    I am a hacker, and this is my manifesto. You may stop this individual,but you can't stop us all... after all, we're all alike.
    +++The Mentor+++

  3. #3
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    The book Handbook of Applied Cryptography is available in pdf format online. Might be a good reference.

    here's the link:
    http://www.cacr.math.uwaterloo.ca/hac/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  2. help needed with edit control & encryption
    By willc0de4food in forum Windows Programming
    Replies: 2
    Last Post: 03-16-2006, 08:21 PM
  3. abt encryption algorithm
    By purIn in forum C Programming
    Replies: 9
    Last Post: 12-22-2003, 10:16 PM
  4. What's wrong with my Stream Cipher Encryption?
    By Davros in forum C++ Programming
    Replies: 3
    Last Post: 04-18-2002, 09:51 PM
  5. File Encryption & Read/Write in Binary Mode
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2001, 06:45 PM