mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
parent
425cea41f2
commit
5604deaca0
@ -202,7 +202,7 @@ public class NfcActivity extends ActionBarActivity {
|
|||||||
+ "20" // INS
|
+ "20" // INS
|
||||||
+ "00" // P1
|
+ "00" // P1
|
||||||
+ "82" // P2 (PW1)
|
+ "82" // P2 (PW1)
|
||||||
+ "06" // Lc TODO should be length of PIN?
|
+ String.format("%02d", mPin.length()) // Lc
|
||||||
+ Hex.toHexString(mPin.getBytes());
|
+ Hex.toHexString(mPin.getBytes());
|
||||||
if ( ! card(login).equals(accepted)) { // login
|
if ( ! card(login).equals(accepted)) { // login
|
||||||
toast("Wrong PIN!");
|
toast("Wrong PIN!");
|
||||||
|
Loading…
Reference in New Issue
Block a user