본문 바로가기
뇌새김질

망각의 강 - Flutter

by 파란소스 2021. 6. 18.

Get Hash value after intallation of OpenSSL for Kakao login 

 

- Debug

  keytool -exportcert -alias androiddebugkey -keystore C:\Users\{user}\.android\debug.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64

 

- Release

  keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | PATH_TO_OPENSSL_LIBRARY\bin\openssl sha1 -binary | PATH_TO_OPENSSL_LIBRARY\bin\openssl base64