Results 1 to 3 of 3

Thread: *Resolved* Public-private key encryption?

  1. #1

    Thread Starter
    Lively Member Geemark's Avatar
    Join Date
    Aug 2002
    Location
    At the pc wasting my worthless time
    Posts
    89

    *Resolved* Public-private key encryption?

    Admitted, I am not the great matmatical genious, so I need a little help on making a public-private key encryption system to use with secure IRC chat etc. I know I can use SSL and I found an example of this on www.pscode.com but the problem is, that I am estalishing client-client connections (not server-client) and also I would not like to use certificates etc. I am just looking for some "simple" public-private key encryption algoritm to establish a secure connection with on-the-fly generated keys.

    Any comments and samples are welcome. I know that windows has built-in API's for encryption purposes, the problem is how to use them.

    Please help!
    Last edited by Geemark; Sep 30th, 2003 at 05:21 AM.
    Machine Language: You try to shoot yourself in
    the foot only to discover you must first reinvent the
    gun, gunpowder, the bullet, and your foot.

  2. #2
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,

    there is small solution that u convert each letter into another using asc(letter).

  3. #3

    Thread Starter
    Lively Member Geemark's Avatar
    Join Date
    Aug 2002
    Location
    At the pc wasting my worthless time
    Posts
    89

    I think you are missing the picture

    What I need isassymetric public-private key cryptography, not simple symmetric encryption.

    However, I have managed to find numerious samples on www.pscode.com using the MS CryptoAPI.

    Sorry for wasting your time
    Machine Language: You try to shoot yourself in
    the foot only to discover you must first reinvent the
    gun, gunpowder, the bullet, and your foot.

Posting Permissions

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



Click Here to Expand Forum to Full Width