Re: Encryption Provider with PUBLIC decryptor and PRIVATE encryptor?
- From: "Dale Preston" <dalepres@xxxxxxxxxxxxx>
- Date: Sun, 10 Apr 2005 08:14:35 -0500
Are you persisting the private key or generating it on a session basis?
If you create a new public/private key pair each program session, and your
program doesn't provide any interface for encrypting on the end where you
want to not encrypt, wouldn't you accomplish what you want RSA?
I am making an assumption here, since you haven't provided much information,
but it looks as though you're concerned about spoofing by the person who
decrypts your data; for example, encrypting a modified document and passing
it to others. If that is the case, sign the message as well as encrypt it
and then they could create a new encrypted message but could not reproduce
the signature.
HTH
Dale Preston
MCAD, MCDBA, MCSE
"blesh" <ben@xxxxxxxxxxxxx> wrote in message
news:1113075720.323171.221450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I have a need to encrypt information with a private key and decrypt it
> with a public key. As odd as that sounds, that's what I need. I need
> to make sure the public can't duplicate the encryption. Is there an
> asynchronous encryption provider that does just this? I tried RSA, but
> it does the opposite.
>
> Any advice/help is greatly appreciated!
>
> Thanks,
> Ben
>
.
- References:
- Prev by Date: Re: XmlNode error
- Next by Date: LicenseProvider
- Previous by thread: Encryption Provider with PUBLIC decryptor and PRIVATE encryptor?
- Next by thread: where can i get this namespace?
- Index(es):
Relevant Pages
|
Loading