Commit Graph
27 Commits
Author SHA1 Message Date
c0de 7a87360a4a Add codefactor to dictionary 2023-10-07 23:21:28 -05:00
c0de 459e16b8f0 Add Codefactor badge 2023-10-07 23:20:49 -05:00
c0de 37c5ed9540 fix typo 2023-10-06 20:31:54 -05:00
c0de 653e968ee2 Document constants 2023-10-06 20:31:21 -05:00
c0de 69b5c1a9bc Add a warning about ROCA 2023-10-06 20:01:36 -05:00
c0de 55c1a5edb3 Add a comment 2023-10-05 19:15:05 -05:00
c0de 27f845187f Add a comment 2023-10-05 19:14:50 -05:00
c0de dd1b18e5cb Add words to spell check dictionary 2023-10-05 19:14:30 -05:00
c0de cc7f455e83 Reset card serial to 00000000 2023-10-04 19:19:10 -05:00
c0de 943f922668 Reset command chaining + extended length to 0x80
Turns out that this does not work on the omni-ring, despite documention saying it should
2023-10-04 16:30:40 -05:00
c0de 52c4efd5f5 Hide venv and compiled python 2023-10-04 16:29:27 -05:00
c0de 0b77c33d97 Add a warning about ROCA 2023-10-04 15:30:08 -05:00
c0de 819f4b736b update comment 2023-10-04 14:25:48 -05:00
c0de 141cf85eb7 Restructure README 2023-10-04 14:25:34 -05:00
c0de e9584d79b8 Reduce internal buffer size by 330 bytes
This sets the value to hold only rsa 2048 length (949) + 1 bytes
2023-10-04 13:47:21 -05:00
c0de 604de144c6 Choose better values for internal buffer max size
2048: 0x3B0 -> 0x3B6 (was actually 6 bytes too small)
3072: 0x570 -> 0x50F (was 61 bytes larger than necessary)
4096: 0x730 -> 0x66D (was 195 bytes larger than necessary)
2023-10-04 13:38:28 -05:00
c0de 1724975b08 Remove AUTHORS file
since we're preserving git history and copyright headers
2023-10-04 12:39:31 -05:00
c0de 41c367371f Rename License file 2023-10-04 12:33:16 -05:00
c0de 6925c1a366 update license headers to correct git repo 2023-10-04 12:21:18 -05:00
c0de 5168bb86d8 Enable Extended Length command chaining by default 2023-10-04 12:14:38 -05:00
c0de d70ca4b185 Remove factory reset patch
We do want the card to reset if the pin gets brute forced
2023-10-04 12:02:11 -05:00
c0de f14a76b2ae Remove demo videos 2023-10-04 11:45:24 -05:00
c0de f9593b4b41 Update Applet Class path 2023-10-04 11:45:05 -05:00
c0de c59f9618ba update readme 2023-08-26 16:02:53 -05:00
c0de c289445f9f Ignore compiled binaries 2023-08-26 15:33:37 -05:00
c0de 8b977953a3 Use correct JC SDK 2023-08-26 15:33:02 -05:00
c0de 64eed711d0 Update ant build for sdk submodule 2023-08-26 15:31:27 -05:00