Djigzo CLI tool - importing XML file

I'm trying to import an XML file created in an accounting application with email
addresses and (unencrypted) passwords. Now I want to import it into Djigzo using CLI Tool.
Is there a way to have CLI Tool to encrypt the passwords and store the encrypted passwords in Djigzo ?

Which password are you referring to? the password for the PDF or the
portal password. The portal password has to be encoded differently
because it's stored not directly but hashed (with SHA1 hash and salt).

I assume you mean the PDF password. If you download the example xml file
(www.djigzo.com/downloads/djigzo-import.xml) it shows you how to make
sure that the password is encrypted. If the encrypted property is set to
true, the property value will be encrypted when set.

the PDF password with value "test1" will be stored encrypted because the
encrypted property is true:

        <property>
            <name>user.password</name>
            <value>test1</value>
            <encrypted>true</encrypted>
        </property>

Note: you can (and should) only encrypt properties which should be
stored encrypted.

Kind regards,

Martijn Brinkers

ยทยทยท

On 05/30/2012 04:35 PM, Perry Peeters wrote:

I'm trying to import an XML file created in an accounting application with email
addresses and (unencrypted) passwords. Now I want to import it into Djigzo using CLI Tool.
Is there a way to have CLI Tool to encrypt the passwords and store the encrypted passwords in Djigzo ?

--
DJIGZO email encryption