Archived
1
0
Commit Graph

24 Commits

Author SHA1 Message Date
1ea51e6e28 Moved KeePassHttp handling into kpwriter. 2021-08-21 02:14:28 +02:00
c1b57c05a9 Moved adding multiple URLs to record into kpwriter class. 2021-08-21 02:00:05 +02:00
4bf76d1b30 Support for multiple OTP secrets per 1P-record. 2021-08-20 16:37:14 +02:00
90fc1e3d24 Add support for writing protected properties. 2021-08-20 02:58:11 +02:00
bb408537e5 Optimise icon- and totp-handling. 2021-08-20 02:40:19 +02:00
15770bd7a8 Add support for KeePass icons. 2021-08-19 02:19:13 +02:00
ad69b83aa6 Start outsourcing KeePass handling into kpwriter.py 2021-08-19 00:25:39 +02:00
5847073699 Move group translation into OnepifEntry class. 2021-08-18 23:38:48 +02:00
cce8e30bc4 Fix PyKeePass complaining on trying to set empty username. 2021-08-18 18:36:43 +02:00
65b45ac06f Add 1P7 record types and new fields (TODO: address field!) 2021-08-18 18:36:10 +02:00
c8384edebe Fix bug with adding kdbx-extension to output filename. 2021-08-18 18:35:27 +02:00
66a1ee3e27 Add support for TOTP tokens. 2021-08-18 18:35:03 +02:00
785425d613 Make OnepifReader return OnepifEntry objects. (Simulate dicts at the moment.) 2021-08-17 01:48:22 +02:00
ae8e35a41d Moved reading 1pif file into own class. 2021-08-16 23:57:32 +02:00
44686c312d Add support for tags. 2021-08-16 23:25:48 +02:00
dff3556d5c Add support for KeepassXC's multiple URL matching. 2021-08-16 23:25:22 +02:00
9d1779e8fa Fix PyKeePass not liking assigning a NoneType password. 2021-08-16 23:24:50 +02:00
8a2ee2c4d6 Add argparse for parameters. Also make pycodestyle (mostly) happy. 2021-08-16 21:25:31 +02:00
067efa5948 Use create_database() from PyKeePass. 2021-08-16 18:19:05 +02:00
ea660f23d0 Make Python3 compatible. 2021-08-16 18:18:10 +02:00
c759655528 Add Pipfile. 2021-08-16 18:16:57 +02:00
6e0a97c683 Remove some debug code 2017-08-03 08:07:03 +02:00
a5cf7d058f Add LICENSE and README 2017-08-03 08:05:30 +02:00
6646edc6e1 Initial commit 2017-08-03 08:04:26 +02:00