Lines Matching +refs:ps +refs:ccrypt +refs:info +refs:decrypt +refs:message

2                                    ccrypt
9 ccrypt is a tool for encrypting and decrypting files and streams.
15 The algorithm provided by ccrypt is not symmetric, i.e., one must
16 specify whether to encrypt or decrypt. The most common way to
17 invoke ccrypt is via the commands ccencrypt and ccdecrypt. There
27 characters, and all characters are significant (although ccrypt
32 For a detailed description of the encryption algorithm used by ccrypt,
37 The following instructions are for compiling ccrypt from source
42 The source distribution of the current version of ccrypt can be
44 http://ccrypt.sourceforge.net/. You can unpack the archive with a
47 tar -zxf ccrypt-XXX.tar.gz
57 and --disable-emacs. Normally, ccrypt will be linked against the
67 ccrypt is also available in precompiled formats for a number of
71 /usr/bin. You should also create symbolic links to the ccrypt
72 binary named ccencrypt, ccdecrypt, and ccat; when ccrypt is invoked
75 ccrypt, and run the commands
77 ln -s ccrypt ccencrypt
78 ln -s ccrypt ccdecrypt
79 ln -s ccrypt ccat
81 You may also want to install the man page by copying ccrypt.1 to an
91 Usage: ccrypt [mode] [options] [file...]
98 -d, --decrypt decrypt
99 -c, --cat cat; decrypt files to stdout
101 -u, --unixcrypt decrypt old unix crypt files
104 -h, --help print this help message and exit
105 -V, --version print version info and exit
106 -L, --license print license info and exit
133 ccrypt comes with an emacs package for reading and writing
134 encrypted files. The package is called ps-ccrypt, and it is based
141 To use the package, simply load ps-ccrypt and edit as usual. When
148 ccrypt-set-buffer-password can be used to change the current
154 (require 'ps-ccrypt "ps-ccrypt.el")
157 ps-ccrypt.el.
162 http://sourceforge.net/projects/ccrypt/. There you will find facilities
164 features, or discussing ccrypt in general. You are encouraged to use