Thread: Need RSA encoder / decoder / keygen

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    9

    Need RSA encoder / decoder / keygen

    I need an RSA encoder / decoder that has the following functions

    void GenerateKeys(char *d, char *e, char* n);
    void EncryptDecrypt(char *result, char* source,
    char* e_or_d, char *n)

    It has to be reliable and fast.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    There's this really cool thing called Google. We won't do your homework for you, but it might, if you're lucky.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    9
    There aren't any with those properites on google other than the one I'm already using, which is slow and unreliable. If there was, why would I be asking here?

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Because most of the new people at this board aren't as inteligent and as respectful as you. Welcome to the boards. I'm afraid I can't help you, however.

  5. #5
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    1. Buy a book/read a web site about how RSA encryption works
    2. Learn how to program
    3. Write your own RSA program
    4. Come to us when it doesn't work
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 04-03-2008, 09:00 AM
  2. Zebra P310 Encoder
    By newgirl in forum Networking/Device Communication
    Replies: 3
    Last Post: 10-25-2004, 12:38 AM
  3. C decoder for files encoded in Morse code
    By amsy in forum C Programming
    Replies: 5
    Last Post: 10-22-2004, 12:40 AM
  4. ASCII Art Decoder and Encoder
    By jessweetd in forum C Programming
    Replies: 7
    Last Post: 09-05-2004, 07:12 PM
  5. string encoder / decoder
    By mbell in forum C Programming
    Replies: 0
    Last Post: 09-12-2001, 09:45 PM