>>>>> "Erik" == Erik Curiel <[EMAIL PROTECTED]> writes:

    Erik> Read the man pages for "openssl".  Also, if you do openssl
    Erik> list-cipher-commands [enter] you should see a list of all
    Erik> the ciphers your openssl toolkit supports, which should
    Erik> include many variations of des.  I think the syntax for
    Erik> using des with openssl is something like openssl enc -des
    Erik> -in filename -out filename [other options] See the man page
    Erik> for "enc" (stands for "encryption" I think).

Ok smartie pants.

I want to use crypt++ for transparent encrypted file access in emacs.
It supports some options like 'crypt' or 'des' that use the same named
programs to handle the hard part.  This works fine under solaris, but
under linux, without said programs I am hamstrung.

Anyone had any luck using the openssl commands as a plugin replacement
to, for example, 'des' with crypt++?  That would be swell.

On an almost unrelated note, once I have used the 'enc' incantation
above, how do I decrypt with openssl?  There is no symmetric 'dec'
command.

> openssl enc -des -in file -out file.des

Given 'file.des', how do I get back to 'file'?


Thanks,
John Hunter

_______________________________________________
Bits mailing list
[EMAIL PROTECTED]
http://www.sugoi.org/mailman/listinfo/bits

Reply via email to