{"id":30807382,"url":"https://github.com/profitware/smartcard","last_synced_at":"2025-09-13T14:28:38.034Z","repository":{"id":62434637,"uuid":"159565082","full_name":"profitware/smartcard","owner":"profitware","description":"Playing Java SmartCards with Clojure","archived":false,"fork":false,"pushed_at":"2018-12-05T02:03:56.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T02:04:00.555Z","etag":null,"topics":["java","javacard","jcardsim","jcop","smartcard"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/profitware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-28T21:08:36.000Z","updated_at":"2024-05-03T04:56:53.000Z","dependencies_parsed_at":"2022-11-01T21:00:56.250Z","dependency_job_id":null,"html_url":"https://github.com/profitware/smartcard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/profitware/smartcard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profitware%2Fsmartcard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profitware%2Fsmartcard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profitware%2Fsmartcard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profitware%2Fsmartcard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profitware","download_url":"https://codeload.github.com/profitware/smartcard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profitware%2Fsmartcard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273847264,"owners_count":25178647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javacard","jcardsim","jcop","smartcard"],"created_at":"2025-09-06T02:07:38.449Z","updated_at":"2025-09-06T02:07:42.505Z","avatar_url":"https://github.com/profitware.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smartcard\n\n[![Clojars](https://img.shields.io/clojars/v/smartcard.svg)](https://clojars.org/smartcard)\n[![Travis](https://img.shields.io/travis/profitware/smartcard.svg)](https://travis-ci.org/profitware/smartcard)\n[![Dependencies Status](https://versions.deps.co/profitware/smartcard/status.svg)](https://versions.deps.co/profitware/smartcard)\n\nThe `Smartcard` library is a simple wrapper around Java Smartcard library.\n\n## Installation\n\nPrerequisites include installed `pcsc-lite` and `pcsc-tools` software and `pscsd` service up and running.\n\nTo install, add the following to your project `:dependencies`:\n\n    [smartcard \"0.1.3\"]\n\nOr use the [Leiningen](https://leiningen.org/) template to build a new application from scratch:\n\n    lein new smartcard my-smartcard-application\n\n## Usage\n\n```clj\n(use 'smartcard.core)\n\n(def applet-id [0x4f 0x46 0x46 0x5a 0x4f 0x4e 0x45 0x32 0x10 0x01])\n\n(defsmartcard applet-function applet-id\n  (let [line (-\u003e\u003e (.transmit card [0x10 0x30 0x00 0x00 0x00])\n                  .getData\n                  bytes-to-str)]\n    (println line)))\n\n(applet-function)\n```\n\n## License\n\nCopyright © 2018 Sergey Sobko\n\nDistributed under the MIT License. See LICENSE.\n\nAll the libraries and systems are licensed and remain the property of their respective owners.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofitware%2Fsmartcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofitware%2Fsmartcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofitware%2Fsmartcard/lists"}