# jcshell_Scripts **Repository Path**: ghxbob/jcshell_Scripts ## Basic Information - **Project Name**: jcshell_Scripts - **Description**: IBM JavaCard Shell - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-23 - **Last Updated**: 2025-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IBM JavaCard Shell Check if PC/SC and attached USB reader works: ```sh java -Dsun.security.smartcardio.library=/usr/lib/x86_64-linux-gnu/libpcsclite.so -jar gp.jar --list ``` Launch base interactive shell: ```sh ./jcshell.sh ``` Launch interactive shell with custom functions folder: ```sh ./jcshell.sh scripts/card-applets/ ``` The presence of `jcshell.rc` in the custom functions folder allows for further customizations. # Mifare DESFire EV2 ```sh ./jcshell.sh scripts/desfire/ /atr GetApplicationIDs CreateApplication 0102030F0E GetApplicationIDs SelectApplication 010203 ```