Skip to content
Snippets Groups Projects
  1. Apr 17, 2014
    • Javali's avatar
      revelation2pass: add plain XML import · 1763e2d0
      Javali authored
      I found that revelatio2pass.py script doesn't work. It can not decrypt
      my password file. I got following error message:
      
      raceback (most recent call last):
       File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module>
         main(args.FILE, verbose=args.verbose, xml=args.xml)
       File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main
         cleardata_gz = decrypt_gz(password, data)
       File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz
         ct = c.decrypt(cipher_text[28:])
       File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt
         return self._cipher.decrypt(ciphertext)
      
      I was unable to fix the problem, but I created a workaround, that add
      plain XML import option to the revelation2pass.py script. Revelation can
      export its password file as plain XML format.
      1763e2d0
  2. Apr 16, 2014
  3. Apr 15, 2014
  4. Apr 14, 2014
  5. Apr 13, 2014
    • Tobias V. Langhoff's avatar
      Importer for 1Password · 43e7752e
      Tobias V. Langhoff authored
      An importer script for 1Password. It supports 1Password's text exports
      (CSV or TSV) and its 1PIF file format (pseudo-JSON). In addition to the passwords
      it imports notes, as well as the username and URL which it stores in passff-
      compatible format (it can also use either the title or the URL itself as pass-name).
      43e7752e
  6. Mar 22, 2014
  7. Mar 20, 2014
    • Erik Mackdanz's avatar
      Keepass import should include root-level entries · 9be03f76
      Erik Mackdanz authored
      Repro steps:
      1. In KeePass, add some entries as children of the root node
      2. Export the KeePass to foo.xml
      3. 'keepass2pass.py -f foo.xml'
      Expect: all entries imported
      Actual: root-level entries are skipped
      9be03f76
    • Philip Chase's avatar
      keepassx2pass: friendly title field · 2bac6dd4
      Philip Chase authored
      This patch removes several special characters while attempting to preserve
      as much meaning in the filename as possible. These changes are made to the
      KeepassX title before it is used as a file password store filename:
      
         - Spaces between words in file names are replaced with camelCasing.
         - The characters \ | ( ) are each replaced with a hyphen.
         - Trailing hypens are removed.
         - @ is replaced with "At"
         - ' is removed
      2bac6dd4
    • Jason A. Donenfeld's avatar
      New pwsafe2pass script. · 60c8957c
      Jason A. Donenfeld authored
      60c8957c
    • Tom Vincent's avatar
      Follow symlinks in Zsh completion · 59e0e6eb
      Tom Vincent authored
      If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws:
      `_values:compvalues:10: not enough arguments`.
      
      Passing `-L` to find(1) fixes this.
      59e0e6eb
  8. May 19, 2013
  9. Mar 27, 2013
  10. Feb 23, 2013
  11. Jan 18, 2013
  12. Dec 02, 2012
  13. Oct 09, 2012
  14. Oct 07, 2012
  15. Oct 03, 2012
  16. Sep 30, 2012
  17. Sep 22, 2012
  18. Sep 21, 2012
  19. Sep 20, 2012
  20. Sep 19, 2012
  21. Sep 18, 2012
  22. Sep 17, 2012
Loading