I am trying to implement Facebook in my application in order to allow things like sending stuff to the user's wall, status update, etc.
So, after downloading the material, I was told to get the key using the keystore file. I decided to be brave and create my own keystore file (for publication later) and did it successfully.
After creating the file, although I have all kinds of problems trying to extract the key from it, I entered the command through the keytool / command prompt and asked me for a password to store the keys ...
After entering the password that I set first, I get nothing but strange characters and letters ascii, as well as the data in my keystore in the middle. What is going wrong?
UPDATE: Well, I know that you may need to use OpenSSL to display the text correctly. I installed OpenSSL, but how to use it to get the hash code?
Jamie source
share