[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pgg symmetric encryption patch
From: |
Ken Manheimer |
Subject: |
Re: pgg symmetric encryption patch |
Date: |
Wed, 26 Oct 2005 11:45:20 -0400 |
On 10/26/05, Sascha Wilde <address@hidden> wrote:
> Thanks for the patch, but I'm missing the additions to the pgg
> documentation I made.
here is the texi part of your patch, exactly as it was in
emacs-pgg-symmetric.patch-5 as you sent it. (i included your
ChangeLog entry in the part of my patch for the ChangeLog, and
similarly for the pgg.el and pgg-gpg.el source files, so i think it's
now complete.)
ken
address@hidden
Index: man/pgg.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/pgg.texi,v
retrieving revision 1.5
diff -u -r1.5 pgg.texi
--- man/pgg.texi 16 Sep 2005 22:11:00 -0000 1.5
+++ man/pgg.texi 8 Oct 2005 10:31:09 -0000
@@ -98,6 +98,8 @@
@lisp
(autoload 'pgg-encrypt-region "pgg"
"Encrypt the current region." t)
+(autoload 'pgg-encrypt-symmetric-region "pgg"
+ "Encrypt the current region with symmetric algorithm." t)
(autoload 'pgg-decrypt-region "pgg"
"Decrypt the current region." t)
(autoload 'pgg-sign-region "pgg"
@@ -140,6 +142,13 @@
with GnuPG.
@end deffn
address@hidden Command pgg-encrypt-symmetric-region start end
+Encrypt the current region between @var{start} and @var{end} using a
+symmetric cipher. After invocation you are asked for a passphrase.
+
+This is currently only implemented for GnuPG.
address@hidden deffn
+
@deffn Command pgg-decrypt-region start end
Decrypt the current region between @var{start} and @var{end}. If
decryption is successful, it replaces the current region contents (in
@@ -305,6 +314,13 @@
@var{recipients}. If @var{sign} is address@hidden, do a combined sign
and encrypt. If encryption is successful, it returns @code{t},
otherwise @code{nil}.
address@hidden deffn
+
address@hidden Method pgg-scheme-encrypt-symmetric-region scheme start end
+Encrypt the current region between @var{start} and @var{end} using a
+symmetric cipher and a passphrases. If encryption is successful, it
+returns @code{t}, otherwise @code{nil}. This function is currently only
+implemented for GnuPG.
@end deffn
@deffn Method pgg-scheme-decrypt-region scheme start end
- Re: pgg symmetric encryption patch, (continued)
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/12
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/20
- Re: pgg symmetric encryption patch, Simon Josefsson, 2005/10/20
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/20
- Re: pgg symmetric encryption patch, Sascha Wilde, 2005/10/20
- Re: pgg symmetric encryption patch, Sascha Wilde, 2005/10/25
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/25
- Re: pgg symmetric encryption patch, Sascha Wilde, 2005/10/25
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/25
- Re: pgg symmetric encryption patch, Sascha Wilde, 2005/10/26
- Re: pgg symmetric encryption patch,
Ken Manheimer <=
- Re: pgg symmetric encryption patch, Sascha Wilde, 2005/10/27
- Re: pgg symmetric encryption patch, Eli Zaretskii, 2005/10/29
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/29
- Re: pgg symmetric encryption patch, Ken Manheimer, 2005/10/31
- Relocating pgg*.el (was: pgg symmetric encryption patch), Reiner Steib, 2005/10/20
- Re: Relocating pgg*.el (was: pgg symmetric encryption patch), Kim F. Storm, 2005/10/20
- Re: Relocating pgg*.el (was: pgg symmetric encryption patch), Richard M. Stallman, 2005/10/21
- Re: pgg symmetric encryption patch, Richard M. Stallman, 2005/10/20
- Re: pgg symmetric encryption patch, Simon Josefsson, 2005/10/21
Re: new version of allout.el - patch and ChangeLog, Richard M. Stallman, 2005/10/02