I'm trying to create a hash key for my android app for facebook intergration
I've gone to the directory where the keytool is located at:
C:\Program Files\Java\jdk1.8.0_161\bin
I've used the following command to to try to generate the key:
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore |
C:\OpenSSL\bin\openssl sha1 -binary |
C:\OpenSSL\bin\openssl base64
However, I get the error after entering a password
openssl:Error: 'g√╓çtΩ┤N▀Kptε╫π∞' is an invalid command.
I've noted the command changes depending on the password. If I leave the password empty I get
openssl:Error: '\Fà»T' is an invalid command.
I'm using android 2.3.3
Any advice or help would be appreciated as I'm stumped and have found nothing online