I updated the script, for a better password management.
It is based on a 2-password mechanism: one is used for crypt files (and is stored in a crypted file), the other is used to use the script (and is stored only in your mind

)
let's say:
your_passwd: password for using the script
your_other_passwd: password for crypt/decrypt files
How to create the crypted password file (change
your_passwd and
your_other_passwd with the ones you like):
Code:
mkdir /var/local/etc
(if already does not exists)
then:
Code:
echo "OK, let's go;your_other_passwd"|openssl aes-256-cbc -out /var/local/etc/HideBooks.dat -e -pass pass:your_passwd
For the script installation and usage see instructions for the previous version, as soon as possible i'll bundle it in an update*.bin with KindleTool, as suggested