
# Android Certificate Utilities

<mark>new: v1.0 now supports x86 and x64 operating systems</mark> 
Four simple utilities to create, convert, and check certificates (Java KeyStore) used to sign Android applications (APKs). 

Completely standalone executables: no Java, .Net nor any framework needed! 

The JKS converter to PEM + PKCS8 (JKS2PEM+PK8.exe) is needed by the <a href="http://mougino.free.fr/compiler.html" target="_blank">Android BASIC! Compiler</a> if you want to sign your APKs with a custom certificate, see the <a href="http://mougino.free.fr/com.rfo.compiler_custom_certificate_howto.htm" target="_blank">Howto</a>.

**Android Certificate Utilities** is written by Nicolas Mougin (mougino@free.fr).

You can download the program at http://mougino.free.fr/freeware/#AndroCertif

# License

**Android Certificate Utilities** is provided under the GNU GPL V3 license.

See "gpl.txt" or https://www.gnu.org/licenses/gpl.html

Source code is available at http://mougino.free.fr/code/index.php?p=Android+Certificate+Utilities

# How to build

**Android Certificate Utilities** is written and compiled with Classic PowerBasic v9.07.0205.
http://powerbasic.com

