Password Composer for J2ME
http://mene.za.net/passcomp/

Introduction
------------

This is a Java ME application for generating Password Composer[1] compatible
passwords on mobile devices.

Building
--------

The included Makefile can be used to build the application on Linux. You will
need the Sun Java SDK[2], Sun Java Wireless Toolkit[3] and `make` utility. The
Makefile will need to be configured with the location of the Java WTK. The
Proguard[4] obfuscator should also be installed (by placing proguard.jar in the
bin directory of WTK) but can be disabled by editing the Makefile.

[1]: http://www.xs4all.nl/~jlpoutre/BoT/Javascript/PasswordComposer/
[2]: http://java.sun.com/javase/downloads/?intcmp=1281
[3]: http://java.sun.com/products/sjwtoolkit/
[4]: http://proguard.sourceforge.net/
