Skip to content
Snippets Groups Projects
  1. Apr 16, 2014
  2. Apr 15, 2014
  3. Apr 14, 2014
  4. 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
  5. Apr 12, 2014
    • Jason A. Donenfeld's avatar
      Use pipefail and randomize intermediate encrypted. · 2eaca825
      Jason A. Donenfeld authored
      
      Matthew writes:
      
          If the initial decrypt fails then the rest of the line shouldn't
          continue, as it won't be a properly decrypted password being
          re-encrypted and written over the existing passfile.
      
          One solution to this would be to enable pipefail (set -o pipefail) -
          either just before, or at the start of this script.  This would
          cause the failure of any of the commands in a pipe to set the return
          status of the whole pipeline to non-zero (the last failed command's
          return code is used).
      
      We take his suggestion with this patch. While we're at it, we take a
      little bit extra care (though not too much extra care) to select a more
      random intermediate password, in case folks have a strange habit of
      using a dot-new extension on files.
      
      Suggested-by: default avatarMatthew Richardson <m.richardson@ed.ac.uk>
      Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
  6. Apr 07, 2014
  7. Apr 06, 2014
  8. Apr 05, 2014
  9. Mar 24, 2014
  10. Mar 23, 2014
  11. Mar 22, 2014
  12. 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
    • Alex Burka's avatar
      Man page typo. · af2d9cb7
      Alex Burka authored
      af2d9cb7
Loading