I created a .keystore for my Android application, generating a random password. It contains quotes (") and singles quotes (') in the same password, like this one: xxxxxx"xxx!\x='x
I am trying to pass the password using keytool. How can I pass the password?
keytool -list -storepass "<my_password>" -keystore my.keystore
And shows:
-bash: !\xx'x": event not found
Thanks!
EDIT I tried using:
keytool -list -storepass xxxxxx\"xxx\!x=\'x -keystore my.keystore
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect