I am trying to use crypt++, which calls a shell command to transparently en/decrypt buffers. You can configure it to, for example, call 'des' to do the encryption
;;; (setq crypt-encryption-type 'des ;;; crypt-encryption-file-extension "\\(\\.e\\)$" ;;; crypt-bind-insert-file nil ;;; crypt-freeze-vs-fortran nil) What package provides the 'des' command for linux? On a solaris box I have an account on, there is an app /usr/bin/des. If someone can point me to the source for this app, much obliged Thanks, JDH _______________________________________________ Bits mailing list [EMAIL PROTECTED] http://www.sugoi.org/mailman/listinfo/bits
