Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc2csv.py
Commit message (Collapse)AuthorAgeFilesLines
* Also run flake8 on toplevel scriptsArthur de Jong2022-09-121-0/+2
|
* Ship the script as part of the pskc packageArthur de Jong2018-04-021-129/+3
| | | | | This also installs pskc2csv and pskc2pskc console script entry points as part of the package installation.
* Fix code style issuesArthur de Jong2018-02-081-1/+0
| | | | Fixes 1ff3237f, 84bfb8a6 and 20bf9c5
* Add support for PyPyArthur de Jong2017-12-291-0/+2
|
* Add an is_encrypted propertyArthur de Jong2017-12-271-12/+1
| | | | | | This property can be use to see whether the PSKC file needs an additional pre-shared key or passphrase to decrypt any stored information.
* Explicitly close output file in pskc2csvArthur de Jong2017-12-271-0/+2
| | | | | | This ensures that the file descriptor is closed if we opened the file. This is not a big problem for the script (because the script exists anyway) but causes problems for the tests.
* Add tests for the pskc2csv scriptArthur de Jong2017-09-241-8/+12
| | | | | This makes minor changes to the pskc2csv script to make it more easily testable.
* Support adding custom CSV file headersArthur de Jong2017-09-221-4/+5
| | | | | | This allows adding an optional label to the --columns option that can be used to output a label different from the key property name in the CSV file header.
* Add --secret-encoding option to pskc2csvArthur de Jong2017-09-201-11/+15
| | | | | This option can be used to configure the encoding of the secret in the CSV file (still hex by default).
* Various minor code style improvementsArthur de Jong2017-06-101-0/+3
|
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-2/+2
|
* Support reading password or key in pskc2csvArthur de Jong2016-03-201-14/+35
| | | | | This supports reading the encryption password or key from the command line or from a file.
* Support Python 3Mathias Laurin2015-12-011-1/+2
|
* Provide a sample pskc2csv scriptArthur de Jong2014-10-121-0/+127
This is a simple command-line utility that reads a PSKC file and outputs information on keys as CSV.