-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
21 lines (15 loc) · 812 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
clipperz2passwordsafe
=====================
A PHP script that converts a JSON file exported from Clipperz
to a XML file that can be imported by Password Safe. Written by
Hans F. Nordhaug - <[email protected]>.
Usage: php clipperz2passwordsafe.php [option] json-file xml-file
Currently the only option is '-utf8encode' which can be used if
you, by accident, saved the exported JSON file as ISO-8859-1/CP-1252.
The script tries to handle the fact that a Clipperz card can contain
many username and password pairs. It also tries to warn when
data is skipped because a Password Safe entry is less flexible
than a Clipperz card.
The script is NOT intended to be run on a webserver, because uploading
the JSON file with all your unencrypted passwords is very high risk.
The script is placed in the public domain.