Need simple lib for asymetric encryption
- From: Oliver Eichler <oliver.eichler@xxxxxxxxxxxxxxx>
- Date: Wed, 09 Aug 2006 14:22:57 +0200
Hi,
I am not a crypto specialist, thus please forgive me if I sound a little bit
clueless.
I would like to encrypt some data with key1 and decrypt it again with key2.
If I got it right from all the stuff I have read so far you refere to key1
as 'public key' and to key2 as 'private key'. Normally the public key is
generated from the private key. Thus, who got the private key can always
generate the public key. Is this mandatory?
What algorithm would I need to satisfy my needs? And is there a simple to
use, light weight C library?
I have looked into cryptlib, beecrypt and others.But they all seem to be an
overkill to my problem with a quite hard to understand API. Isn't there
something like :
generateKeypair(key1,key2)
encrypt(key1,...)
decrypt(key2,...)
And that's it.
Thanks for help
oliver
.
- Follow-Ups:
- Re: Need simple lib for asymetric encryption
- From: Chen
- Re: Need simple lib for asymetric encryption
- From: amzoti
- Re: Need simple lib for asymetric encryption
- Prev by Date: Re: On the security of CBC-MAC constructions
- Next by Date: Re: Replacement to PGP
- Previous by thread: pls recommend some journal/conference on cryptography
- Next by thread: Re: Need simple lib for asymetric encryption
- Index(es):
Relevant Pages
|