i need to import password entrys from a mysql db into keepass with history entrys.
all i get is the error:
Value does not fall within the expected range.
i don't know which value, but i think it has something todo with the uuid field.
it is a base64 string as i can see, but if i decode a uuid string from an example export, from a group called test with php base64_decode('BatpEQLLKkmSRKbFi9bzEg==');
i get something like this: �i�*I�D�ŋ��
so my question is, how should i generate the uuid's?
thanks you
greetz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i need to import password entrys from a mysql db into keepass with history entrys.
all i get is the error:
Value does not fall within the expected range.
i don't know which value, but i think it has something todo with the uuid field.
it is a base64 string as i can see, but if i decode a uuid string from an example export, from a group called test with php base64_decode('BatpEQLLKkmSRKbFi9bzEg==');
i get something like this: �i�*I�D�ŋ��
so my question is, how should i generate the uuid's?
thanks you
greetz
KeePass will generate the UUID for you.
cheers, Paul
so simple…
thanks a lot, you helped me out!