LoginSignup
0
0

More than 1 year has passed since last update.

Play App Signingで登録されている署名のSHA1のハッシュ値を取得する方法

Last updated at Posted at 2021-10-08

Play App Signingで登録されている署名のSHA1のハッシュ値を取得する方法がわからなかったので調べてみました。

まずは、Play Store ConsoleのPlay App Signingのページに記載されているSHA1のフィンガープリントをバイナリーエディタに貼り付けて、保存。ここではファイル名をsha1.binとします。
その後以下のコマンドで、base64.txtにハッシュ値を出力します。

openssl base64 -in sha1.bin -out base64.txt

以上です!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0