I have a .p12 file and I need to change its password. And this new password have to be "1234"
I already tried to do this with Keytool :
keytool -importkeystore -srckeystore authentification.p12 -srcstoretype PKCS12 -srcstorepass "2600807934-Auth" -destkeystore new.p12 -deststoretype PKCS12 -storepass 1234
But i got an error message telling me that the new password must contains at lesat 6 char.
Do you no another way to do this ? (I got other .p12 files with "1234" as password, so it is possible)