Re: [Orgmode] Re: org-crypt symmetric encryption patch

2010-05-07 Thread Carsten Dominik
On May 7, 2010, at 5:17 PM, Peter Jones wrote: Rick Moynihan writes: I've patched org-crypt to use symmetric encryption. If org-crypt-key is nil a symmetric cipher is used. That seems like a pretty simple change. The documentation for epg-encrypt-string says: , | If RECIPIENTS is nil

[Orgmode] Re: org-crypt symmetric encryption patch

2010-05-07 Thread Peter Jones
Rick Moynihan writes: > I've patched org-crypt to use symmetric encryption. If org-crypt-key > is nil a symmetric cipher is used. That seems like a pretty simple change. The documentation for epg-encrypt-string says: , | If RECIPIENTS is nil, it performs symmetric encryption. ` So, I