Cryptography Problem
-
Hi all, i am developing simple application in VC6 that uses MS CryptoAPI. One component of my application has login dialog which asks user for loginid,password. and i want to generate Public Key & private key pair for that user.( based on ids/password OR Randomly ) then onwards export publicc key to fixed location on remote server. And Other key will be in memory. And when that user logs out of my application.... the private key will be lost. How can i get same private key and public key pair next time when that user logs in.? I have looked around this forum but not found this... Using MS cryptoapi can i get same keypairs on each login for same user? as far as i understood it is not. Am i right? Then on i want to encrypt the message with public key of other users on system. So that the other user can decrypt ( on remote machine ?) the message and read. Thanks in advance. Jetli Constant Thing In World Is Change.