delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/08/24/19:24:39

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authenticated: #21476173
Message-ID: <412BCE2A.5070504@gmx.net>
Date: Wed, 25 Aug 2004 01:24:26 +0200
From: Andreas Seidl <seidlcw AT gmx DOT net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] New Package: ccrypt-1.7.1-1: A utility for encrypting and decrypting files
X-IsSubscribed: yes

The package "ccrypt" is now available with the Cygwin distribution.

Canonical homepage:
   http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/

Canonical download:
   http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/


DESCRIPTION:
============

ccrypt is a utility for encrypting and decrypting files and
streams. It was designed as a replacement for the standard unix crypt
utility, which is notorious for using a very weak encryption
algorithm. ccrypt is based on the Rijndael cipher, which is the
U.S. government's chosen candidate for the Advanced Encryption
Standard (AES, see http://www.nist.gov/aes/). This cipher is believed
to provide very strong security.

Unlike unix crypt, the algorithm provided by ccrypt is not symmetric,
i.e., one must specify whether to encrypt or decrypt. The most common
way to invoke ccrypt is via the commands ccencrypt and
ccdecrypt. There is also a ccat command for decrypting a file directly
to the terminal, thus reducing the likelihood of leaving temporary
plaintext files around. In addition, there is a compatibility mode for
decrypting legacy unix crypt files. An emacs mode is also supplied for
editing encrypted text files.


GETTING STARTED QUICKLY:
========================

1. Install ccrypt
-----------------

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select "Utils"
and then click on the appropriate fields until the above
announced version number appears if it is not displayed already.

2. Modify your .emacs file
--------------------------

Add to your .emacs file in your home directory the following two lines:

(setq load-path (cons "/usr/share/emacs/site-lisp" load-path))
(require 'jka-compr-ccrypt "jka-compr-ccrypt.el")

Then, if you open an encrypted file, emacs will ask for a password. The
first time you want to save the buffer, emacs will ask again twice, but
for later savings in this session the password will be remembered.

3. Test it
----------

At the command prompt:

   cd /tmp
   echo "here goes some test" > testfile.txt
   ccencrypt testfile.txt

this gives your a file testfile.txt.cpt. You can now either edit it with
emacs, or decrypt it with ccdecrypt again.


FURTHER INFORMATION:
====================

If you have ccrypt-related questions or comments, please check out the 
man page

   http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/ccrypt.html

and the FAQ

   http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/faq.html

before contacting the author.


Andreas Seidl
--
http://www.fmi.uni-passau.de/~seidl



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019