While making an android app on fb I had to fill in the field ANDROID HASH KEY I look for the tutorials and was successful in running the command
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
I did set the environment variables of keytool and openssl in my windows to make it run.
Now the problem is I have generated the application signature but this command did not asked for password. Facebook says that a password will be asked for and you should enter android as password
Guide me if on right path. Help is always appreciated

