You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .catalog/README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,19 @@ There are some situations when the offline loclass may not find a key, such as:
34
34
35
35
# NR-MAC read
36
36
37
-
Due to the nature of how secure picopass works, it is possible to emulate some public fields from a card and capture the reader's response, which can be used to authenticate. Two of the pieces involved in this are the NR and MAC.
37
+
Due to the nature of how secure picopass works, it is possible to emulate some public fields from a card and capture the reader's response, which can be used to authenticate. Two of the pieces involved in this are the NR and MAC. This allows you to get a dump of the card, except for the key, even if you don't know the key. For picopass in non-HID systems this can allow you to see what the data looks like. For iClass SE the data is encrypted (SIO), but a friend with a HID SAM can decrypt it.
38
38
39
-
These instructions are intended to be performed all at the same time. If you use the card with the reader between Card Part 1 and Card Part 2, then Card Part 2 will fail.
39
+
*These instructions are intended to be performed all at the same time. If you use the card with the reader between Card Part 1 and Card Part 2, then Card Part 2 will fail.*
40
40
41
41
## Card Part 1
42
42
43
43
1. Place card against Flipper Zero
44
44
2. Run _Read_ from the picopass main menu
45
45
3. Get a "Read Failed" message
46
46
4. Select the "Menu" option
47
-
5. Select "Save Partial"
47
+
5. Select "Save Partial" (regardless if this card has been saved previously)
48
48
6. Name file something you'll remember
49
+
7. Immediately proceed to Reader Part
49
50
50
51
## Reader Part
51
52
@@ -54,10 +55,12 @@ These instructions are intended to be performed all at the same time. If you us
54
55
3. Select _Emulate_
55
56
4. Expose Flipper Zero to reader (It may work better a few inches from the reader, as opposed to physically touching)
56
57
5. Flipper will buzz and screen will say "NR-MAC Saved!"
58
+
6. Immediately proceed to Card Part 2
57
59
58
60
## Card Part 2
59
61
60
62
1. Place card against Flipper Zero
61
63
2. Run _Read_ from the picopass main menu
62
64
3. Card will authenticate and read
65
+
4. Suggested to both "Save" the card and "Save as Seader"
0 commit comments