Code Monkey home page Code Monkey logo

flora-esim's Introduction

Flora eSIM Applet

This is an eSIM Applet project based on Javacard. This applet provides basic SIM file structure, SIM authentication, and customized APDU handling functions. This project belongs to the Flora.

Publications

  • [Mobicom'21] "SecureSIM: Rethinking Authentication and Access Control for SIM/eSIM". Jinghao Zhao, Boyan Ding, Yunqi Guo, Zhaowei Tan, Songwu Lu.

Feature List

  • Support read/write standardized/customized SIM structures
  • Support milenage algorithm for SIM authentication

Usage

Javacard reader

The reader is needed for eSIM-Applet and eSIM-Loader to let you install the eSIM applet on the Jcard and load profiles into it. reader

Overall steps

  • Install the esim.cap file to your Java Card smart card with GlobalPlatformPro
  • Use the eSIM-Loader to load the profile

Install CAP file

Using GlobalPlatformPro to install the cap file on your Javacard. You can run

./config.sh

to download the GlobalPlatform .exe and .jar to folder GlobalPlatformPro
Note: We use the Release v20.01.23 and the latest release may cause unknown issues.

Install the cap file (Linux or MacOS):

java -jar ./GlobalPlatformPro/gp.jar --install ./esim.cap --default

Install the cap file (Windows):

./GlobalPlatformPro/gp.exe --install ./esim.cap --default

Note: When you want to reinstall the applet, please delete the old one on the card first by the package AID (default package AID is 010203040506070809)

java -jar ./GlobalPlatformPro/gp.jar -f --delete 010203040506070809

For Windows:

./GlobalPlatformPro/gp.exe -f --delete 010203040506070809

Download Source Codes

The source codes are developed and maintained by UCLA WING Lab. Please download the latest codes from the WING CodeShare page.

License

eSIM-Applet is Apache 2.0 licensed, as found in the LICENSE file.

Citation

If you find this repo useful, please cite our paper.

@inproceedings{zhao2021securesim,
  title={SecureSIM: rethinking authentication and access control for SIM/eSIM},
  author={Zhao, Jinghao and Ding, Boyan and Guo, Yunqi and Tan, Zhaowei and Lu, Songwu},
  booktitle={Proceedings of the 27th Annual International Conference on Mobile Computing and Networking},
  pages={451--464},
  year={2021}
}

flora-esim's People

Contributors

jinghaozhao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.