Re: asymmetric file encryption

2007-12-05 Thread Aleksander Kamenik
Marek Marcola wrote: When using asymmetric cryptography you in reality use hybrid symmetric and asymmetric methods. Depending on your needs, you may need different "hybrid" protocol. What are the other options? S/MIME is for email. I want to encrypt/decrypt files (mostly gunzip packages) for

Re: asymmetric file encryption

2007-12-04 Thread Marek Marcola
On Tue, 2007-12-04 at 15:50 +0200, Aleksander Kamenik wrote: > Hi, > > I want to use openssl to encrypt and decrypt files using asymmetric > encryption. > > I tried to do symmetric encryption with enc, works fine. Example: > > openssl enc -e -aes128 -pass file:/path/to/passkey > > What command