본문 바로가기
프로그래밍 놀이터/안드로이드, Java

keytool and openssl command for debug.keystore hash print nothing - which is for kakao developer or facebook sdk

by 돼지왕 왕돼지 2014. 4. 22.
반응형


 keytool and openssl command for debug.keystore hash print nothing
 - which is for kakao developer or facebook sdk

 

I have tried to extract hash value for the debug.keystore, which is the default debug keystore if you are using eclipse as an ide. I have used keytool and openssl as guided by the facebook or kakao developer.


It works fine for the real signkey, but debug.keystore, which print nothing.


I have searched for a long time, and figured out that I had used wrong version of open ssl.


 keytool and openssl command for debug.keystore hash print nothing - which is for kakao developer or facebook sdk


if you access to the openssl for windows download page, which can be accessed by the following link.


https://code.google.com/p/openssl-for-windows/downloads/list


What I had used was openssl-0.9.8k_X64.zip.

I reinstalled openssl-0.9.8e_X64.zip, and it printed the hash key correctly for the debug.keystore.


Try with e version instead of k version.






반응형

댓글