温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

android签名 keystore 生成 keyhash

发布时间:2020-06-15 05:31:31 来源:网络 阅读:749 作者:qq646827911 栏目:移动开发

源教程:http://www.cnblogs.com/sevenyuan/p/3968908.html


1:需下載 openssl

http://blog.rx836.tw/blog/android-facebook-key-hashes/

下載後,解壓縮,如下,到bin資料下底下取得openssl.exe


2:将oppenssl.exe放到   D:\jdk\jdk1.8.0_05\bin


3:命令行执行:

keytool -exportcert -alias taiwan -keystore D:\Desktop\taiwan.keystore | openssl sha1 -binary | openssl base64


既:keytool -exportcert -alias 别名 -keystore 签名文件路径 | openssl sha1 -binary | openssl base64


4:输入密码,回车

生成的格式:keyhash  ---   jUoJVf7hKzai8u4bgIH5bH/1ggo=


效果图:

android签名 keystore 生成  keyhash

附件:http://down.51cto.com/data/2367840
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI