Re: Cyberflex versus Cryptoflex?
Martin Paljak <[email protected]>
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <CACsm3DVjvfdQExwzoeyXRg2RP-3y8muQch9HEELKFCG=qaZFnQ@mail.gmail.com> |
Hello, On Thu, Feb 27, 2014 at 9:17 PM, Tommaso Cucinotta <[email protected]> wrote: > For the JavaCard side, the pain was to compile and install the applet. I've been dealing with this lately. For building applets the easy way (including MuscleApplet, but do read the fineprint about applets): https://github.com/martinpaljak/AppletPlayground Just fetch, type "ant" and you get a CAP file. For loading applets: https://github.com/martinpaljak/GlobalPlatform Works for any decent and recent JavaCard with simple and obvious command line options. Excpect heavy updates (making things even easier) to both projects in the coming months. Martin