No Description

Eric Betts 47959bece6 Remove menu items from card read screen since back button does the same thing 8 months ago
.catalog 7f31d2653f Rename screenshots 8 months ago
config_cards 9d49cdf5ad Config cards 1 year ago
files 560eaa8aa9 sort elite dict, remove a dup 1 year ago
helpers 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 year ago
icons 0685939fc1 Move apps from flipperzero firmware into separate repository 2 years ago
lib 9cac16bfd4 parse SIO if present 9 months ago
plugin @ dde6192486 e6d5856e15 bump plugin 1 year ago
protocol 22e119f2fd Handle write key retry when a different card is presented 1 year ago
scenes 47959bece6 Remove menu items from card read screen since back button does the same thing 8 months ago
views 86c31c2354 Picopass: add subheader to loclass UI (#197) 1 year ago
.gitignore 95ae7f2b99 picopass: Add support for non-secure cards (#106) 2 years ago
.gitmodules 29405af1d9 Add plugin submodule back 1 year ago
125_10px.png 0685939fc1 Move apps from flipperzero firmware into separate repository 2 years ago
acknowledgements.h bbc0157341 more acknowledgement line breaks 1 year ago
application.fam 0016283fc7 bump version, update changelog 9 months ago
bsearch.c 9cac16bfd4 parse SIO if present 9 months ago
loclass_writer.c 6c5074796e Picopass: update with latest API (#165) 1 year ago
loclass_writer.h c610548d02 Add picopass emulation 2 years ago
picopass.c 607b34ae44 Forgot to stage a line 8 months ago
picopass.h 0685939fc1 Move apps from flipperzero firmware into separate repository 2 years ago
picopass_device.c 92fda0cf36 Capture longer SIO 11 months ago
picopass_device.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 year ago
picopass_elite_keygen.c 99970363e6 Add VB6 RNG 1 year ago
picopass_elite_keygen.h 99970363e6 Add VB6 RNG 1 year ago
picopass_i.h 5cbf013e79 Switch to `plugin_manager_load_single` 8 months ago
picopass_keys.c 0685939fc1 Move apps from flipperzero firmware into separate repository 2 years ago
picopass_keys.h 77e776a8e7 Picopass: rename RFAL_PICOPASS_BLOCK_LEN (#63) 2 years ago
readme.md 9cac16bfd4 parse SIO if present 9 months ago
rfal_picopass.h 0689af83f5 CVE-2024-41566: When keys are unknown emulate with a dummy MAC and ignore reader MACs 1 year ago
sio.asn1 9cac16bfd4 parse SIO if present 9 months ago

readme.md

Picopass

See readme: https://lab.flipper.net/apps/picopass/

Build

git clone https://gitlab.com/bettse/picopass.git
cd picopass
git submodule init && git submodule update
ufbt

To Build ASN1 (if you change sio.asn1)

  • Install git version of asnc1 (brew install asn1c --head on macos)
  • Run asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all sio.asn1 in in root to generate asn1c files