View the MD5 code of the keystore by command

When I need to produce APPID, I need the MD5 code of the keystore. I use the command to check and find that there is no MD5, only the other two. The author read other information on the Internet and found that only older JDKs can view it. record it here

Configuration Environment

  • If it is not 1.8.0_201jdk, you need to download jdk first. Then configure the environment variables to facilitate switching environment variables
    insert image description hereinsert image description here

View MD5 code

  • Enter the command:

     keytool -list -v -keystore test.keystore  
     Enter keystore password: //输入密码,回车
    

    The following format information is output:
    insert image description here

  • Share the old version JDK
    link that can get MD5 signature https://pan.baidu.com/s/1U4SWoYY6Gn4B4PjSJwy9Gg
    Extraction code: tm85

Guess you like

Origin blog.csdn.net/qq_31424825/article/details/128713040