All Projects → enxy0 → Plantain

enxy0 / Plantain

Licence: MIT License
Android приложение для чтения/записи информации на карты Mifare Classic

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Plantain

easypay
NFC smart cards and payment terminals in Nigeria
Stars: ✭ 41 (+192.86%)
Mutual labels:  mifare, nfc
NFCReaderWriter
NFCReaderWriter which supports to read data from NFC chips(iOS 11), write data to NFC chips(iOS 13) and read NFC tags infos(iOS 13) by iOS devices. Compatible with both Swift and Objective-C. I will appreciate you if give me a star on the top right of page.
Stars: ✭ 58 (+314.29%)
Mutual labels:  mifare, nfc
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+700%)
Mutual labels:  mifare, nfc
Mifareclassictool
An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.
Stars: ✭ 2,698 (+19171.43%)
Mutual labels:  mifare, nfc
ruby-nfc
NFC library for Ruby programming language
Stars: ✭ 31 (+121.43%)
Mutual labels:  mifare, nfc
cie-PN532
Arduino library for SPI and I2C access to the NFC chip in the Italian Electronic Identity Card (CIE)
Stars: ✭ 22 (+57.14%)
Mutual labels:  nfc
hydranfc
HydraNFC is an open source NFC (13.56MHz) Shield hardware for researcher, hackers, students, embedded software developers or anyone interested in debugging/hacking/developing/penetration testing NFC hardware.
Stars: ✭ 66 (+371.43%)
Mutual labels:  nfc
flutter-nfc
Flutter Android plugin for NFC
Stars: ✭ 14 (+0%)
Mutual labels:  nfc
pct-shiny
The Shiny map for Local Authorites
Stars: ✭ 20 (+42.86%)
Mutual labels:  transport
ideas
How to make public transport more comfortable, more accessible, more transparent?
Stars: ✭ 35 (+150%)
Mutual labels:  transport
warp
continuous energy monte carlo neutron transport in general geometries on GPUs
Stars: ✭ 27 (+92.86%)
Mutual labels:  transport
FudiNFC
💳 NFC Reader And Writer using Android devices by @romellfudi
Stars: ✭ 44 (+214.29%)
Mutual labels:  nfc
nfc attendance system esp32
NFC Attendance System | 智慧校園NFC考勤系統 | 基於ESP32的智慧校園NFC考勤系統控制器
Stars: ✭ 27 (+92.86%)
Mutual labels:  nfc
twitter-for-geoevent
ArcGIS GeoEvent Server sample Twitter connectors for sending and receiving tweets.
Stars: ✭ 21 (+50%)
Mutual labels:  transport
premise
Coupling Integrated Assessment Models output with Life Cycle Assessment.
Stars: ✭ 29 (+107.14%)
Mutual labels:  transport
nfcproxy
用两个安卓手机的nfc功能截取iso14443交互数据 fork by https://github.com/nfcproxy/NFCProxy
Stars: ✭ 30 (+114.29%)
Mutual labels:  nfc
gtfs-server
GTFS API Server, written in Rust
Stars: ✭ 13 (-7.14%)
Mutual labels:  transport
otp-tutorial
Introductory tutorial (approx. 3 hours) covering the setup and querying of an OpenTripPlanner instance
Stars: ✭ 85 (+507.14%)
Mutual labels:  transport
Rebus.RabbitMq
🚌 RabbitMQ transport for Rebus
Stars: ✭ 51 (+264.29%)
Mutual labels:  transport
nfc-laboratory
NFC signal and protocol analyzer using SDR receiver
Stars: ✭ 41 (+192.86%)
Mutual labels:  nfc

🍃 Plantain

Plantain - это Android приложение для чтения и записи информации с электронных карт Mifare Classic. Использует алгоритмы и наработки из PlantainReader и MifareClassicTool.

Предупреждение: Автор не несет ответственности за использование данного приложения. Все действия вы производите на свой страх и риск. Помните, что создание поддельных кар является уголовно наказуемым преступлением (327 УК РФ).

В случае если вы все же решились на запись данных, то знайте - карта будет активна в течение 4-5 дней, если пользоваться только городским наземным транспортом. Если пользоваться только маршрутками, то блокировки можно избежать до окончания баланса на карте (или отсрочить до 1-2 недель, а может и больше). Если использовать карту в метро, то блокировка наступает мгновенно (даже не пытайтесь).

⬇️ Скачать: Plantain v2.4. Другие версии доступны во вкладке Releases.

Скриншоты

Библиотеки

  • Android KTX - a set of Kotlin extensions that are included with Android Jetpack and other Android libraries. to keep you focused on your app, not on your tools.
  • Coil - An image loading library for Android backed by Kotlin Coroutines.
  • Koin - a smart Kotlin injection library
  • Kotlin Coroutines - is a rich library for coroutines developed by JetBrains. It contains a number of high-level coroutine-enabled primitives that this guide covers, including launch, async and others.
  • Kotlin Serialization - Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats.
  • Kotpref - Android SharedPreference delegation for Kotlin.
  • Logger - Simple, pretty and powerful logger for android.
  • Room - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.

Сборка проекта

Для сборки требуется Android Studio 2020.3.1

  • В Android Studio NewProject from Version Control...CLONE.
  • Добываете ключи для 4 и 5 сектора. Кто знает, тот найдет 😉.
  • Вставляете полученные hex ключи в файл local.properties:
    sdk.dir= ...
    
    KEY_4A=AAAAAAAAAAAA
    KEY_4B=BBBBBBBBBBBB
    KEY_5A=CCCCCCCCCCCC
    KEY_5B=DDDDDDDDDDDD

Проект готов к сборке и запуску на устройстве 😃

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].