From ueno @ unixuser.org Sat Apr 29 09:09:48 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Sat, 29 Apr 2006 09:09:48 +0900 Subject: EasyPG 0.0.1, yet another GnuPG interface for Emacs Message-ID: <3d4dd9a5-9554-45ad-8317-99fa21e34142@well-done.deisui.org> Hello, Let me announce the initial release of EasyPG, yet another GnuPG interface for Emacs. It consists of two parts: * "The EasyPG Assistant", a GUI frontend of GnuPG * "The EasyPG Library", a library to interact with GnuPG The EasyPG Assistant provides the following features: * Cryptographic operations are usable from dired mode. * Keyring management interface. * Transparent encryption/decryption of *.gpg files. The EasyPG Library provides the following features: * The API covers most functions of GnuPG. * Designed to avoid potential security pitfalls around Emacs. EasyPG is available from http://www.easypg.org/ NOTE: EasyPG is neither a fork nor a re-implementation of PGG. It can be usable as a PGG backend. Regards, -- Daiki Ueno -------------- next part -------------- テキスト形式以外の添付ファイルを保管しました... ファイル名: smime.p7s 型: application/pkcs7-signature サイズ: 1890 バイト 説明: S/MIME Digital Signature URL: From lapis-lazuli @ pop06.odn.ne.jp Sun Apr 30 10:56:50 2006 From: lapis-lazuli @ pop06.odn.ne.jp (Hiroya Murata) Date: Sun, 30 Apr 2006 10:56:50 +0900 Subject: EasyPG 0.0.1, yet another GnuPG interface for Emacs In-Reply-To: <3d4dd9a5-9554-45ad-8317-99fa21e34142@well-done.deisui.org> References: <3d4dd9a5-9554-45ad-8317-99fa21e34142@well-done.deisui.org> Message-ID: 早速, emiko-1_14-epg にして使ってみましたが, 暗号化パートを表示す ると, ^M が行末に残ってしまって上手く MIME デコード出来ませんでし た. 一応, 添付のパッチの様に text モードにするとちゃんと表示されました が, 何か間違っている様な気がします. もしかして環境固有の問題でしょ うか? ;; パッチでは, ついでに ;; ;; * epa-* を使っているので, (require 'epa) を追加 ;; * buffer-substring が引数を省略出来ないので追加 ;; ;; してあります. -- Hiroya Murata (村田 浩也) PGP fingerprint: 53B6 1B4A 8193 A2D4 1526 BC9E 9AEF 2F6D 249D 5F17 -------------- next part -------------- テキスト形式以外の添付ファイルを保管しました... ファイル名: mime-pgp.el.patch 型: application/octet-stream サイズ: 989 バイト 説明: 無し URL: -------------- next part -------------- ;; wl-mime.el も epg へ置き換えたので, 後で wl ML に流します From ueno @ unixuser.org Sun Apr 30 13:47:01 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Sun, 30 Apr 2006 13:47:01 +0900 Subject: EasyPG 0.0.1, yet another GnuPG interface for Emacs In-Reply-To: (Hiroya Murata's message of "Sun, 30 Apr 2006 10:56:50 +0900") References: <3d4dd9a5-9554-45ad-8317-99fa21e34142@well-done.deisui.org> Message-ID: >>>>> In [emacs-mime-ja : No.02027] >>>>> Hiroya Murata wrote: > 早速, emiko-1_14-epg にして使ってみましたが, 暗号化パートを表示す > ると, ^M が行末に残ってしまって上手く MIME デコード出来ませんでし > た. > 一応, 添付のパッチの様に text モードにするとちゃんと表示されました > が, 何か間違っている様な気がします. もしかして環境固有の問題でしょ > うか? ご指摘ありがとうございます。--textmode 付きで暗号化したものを復号すると プラットフォームの改行コード(Windows だと CRLF) に正規化されるのでした。 epg-read-output で改行コードを直しているのは Gnus の PGG の残骸のような ので、SEMI の側で改行コードを直すようにしたものを commit しました。 -- Daiki Ueno