* org-passwords
@ 2011-03-15 14:07 Andrea Crotti
2011-03-15 14:38 ` org-passwords John Hendy
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Crotti @ 2011-03-15 14:07 UTC (permalink / raw)
To: Org mode
Last week I finally wrote all my passwords in a crypted org file, using
properties and column mode.
This is very nice, and taking inspiration from the wonderful
org-contacts, I decided to open on github org-passwords.
https://github.com/AndreaCrotti/org-passwords
This VERY simple initial version already basically works, asking name of
the service, username and password and storing it in a (hopefully)
cypted file.
Now it would be nice to make it easy to fetch and modify passwords.
Another thing which I'm a bit "annoyed" is that keeping crypted files
under git, I never see the real diff since the files are binary.
Do maybe some of you found a way to see a text diff even on crypted
files?
PS. anyone is welcome to send suggestions/patches also to me directly if
interested...
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org-passwords
2011-03-15 14:07 org-passwords Andrea Crotti
@ 2011-03-15 14:38 ` John Hendy
0 siblings, 0 replies; 2+ messages in thread
From: John Hendy @ 2011-03-15 14:38 UTC (permalink / raw)
To: Andrea Crotti; +Cc: Org mode
On Tue, Mar 15, 2011 at 9:07 AM, Andrea Crotti
<andrea.crotti.0@gmail.com> wrote:
>
> Last week I finally wrote all my passwords in a crypted org file, using
> properties and column mode.
>
> This is very nice, and taking inspiration from the wonderful
> org-contacts, I decided to open on github org-passwords.
>
> https://github.com/AndreaCrotti/org-passwords
>
> This VERY simple initial version already basically works, asking name of
> the service, username and password and storing it in a (hopefully)
> cypted file.
>
> Now it would be nice to make it easy to fetch and modify passwords.
> Another thing which I'm a bit "annoyed" is that keeping crypted files
> under git, I never see the real diff since the files are binary.
>
> Do maybe some of you found a way to see a text diff even on crypted
> files?
>
No idea... but my searching yielded:
- http://stackoverflow.com/questions/2456954/git-encrypt-decrypt-remote-repository-files-while-push-pull
- http://git.661346.n2.nabble.com/Transparently-encrypt-repository-contents-with-GPG-td2470145.html
They both seem to be speaking about the same thing. Not really
understanding it all, but it sounds like a locally kept "filter" of
some sort that runs gpg -d on whatever files you pull and gpg -ea on
whatever you push.
John
>
> PS. anyone is welcome to send suggestions/patches also to me directly if
> interested...
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-15 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 14:07 org-passwords Andrea Crotti
2011-03-15 14:38 ` org-passwords John Hendy
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).