I used to keep my passwords in individual files, this was easy and convient because I could set up for
pass.bat => @notepad c:\passwords\%1.txt
Also, they could sync over subversion because they were different size on change.
Now I have then in a true crypt volume which is annoying because instead of.
- Win+R
- pass sitename
- copy password
- close notepad
I have to
- Win+R
- passwords
- double-click allpasswords2.tc
- click Mount
- type in password
- wait for mount
- Win+R
- x:\
- locate site file
- open site file
- copy password
- close notepad
- close explorer
- click "Unmount All"
- close truecrypt
In addition, I have to rename the truecrypt file every time i make a change becuase subversion is an idiot and syncs based on file size which is a terrible indicator of change.
Is there an easier way to do this because i am thinking about returning to plain text.
Alright, my question was apperently too generic. Here's what I want:
- Encrypted text file**S**
- That change size to indicate the data within is changed.
Is that so hard?