Skip to content

Commit

Permalink
Update FAQ on signing methods differences
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Mar 3, 2018
1 parent 719feda commit ddde5a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/general/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@

---------------

[Q] What signing method is better: "apksigner" or "signapk" + "jarsigner"?
[A] The "apksigner" tool is recommended as it is faster and was created specifically for signing APK files. However, it does not work with Java 7. In this case you will have to use "signapk" to sign APK with PEM/PK8 (this method does not support Java 9 and later) or "jarsigner" to sign APK using KeyStore (requires JDK).

---------------

[Q] Is it safe to save KeyStore passwords?
[A] "APK Icon Editor" provides some encryption, but the safest way is not to store your passwords (just leave the corresponding "Key Manager" text fields blank) and simply enter your passwords when packing APK.

Expand Down

0 comments on commit ddde5a8

Please sign in to comment.