Skip to content

Commit

Permalink
modify comment about check signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce committed Feb 14, 2020
1 parent 2aad6a6 commit 519a4f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aesjni/src/main/cpp/checksignature.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

//合法的APP包名
static const char *app_packageName = "com.androidyuan.aesjniencrypt";
//合法的hashcode -625644214:这个值是我生成的这个可以store文件的hash值

//this value is generated by com.androidyuan.aesjni.SignatureTool.java.
//-625644214 is hash of keystore file.
static const int app_signature_hash_code = -625644214;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/**
* Created by wei on 16-12-4.
* Please use this class to read hash of the current apk signature file, and then copy the hash to checksignature.h;
* 请您使用这个类读取当前apk签名文件的hash值,然后拷贝hash写入到checksignature.h;
*/

public class SignatureTool {
Expand Down

0 comments on commit 519a4f1

Please sign in to comment.