Commit graph

24 commits

Author SHA1 Message Date
Manuel Thalmann de7ada08c9 Add a task for deleting the applet from the card 2023-10-24 22:43:57 +02:00
Manuel Thalmann db336bb058 Send PIN only 2023-10-24 22:43:35 +02:00
Manuel Thalmann abfeb97ebb Add script for installing applet with PIN 2023-10-24 18:47:58 +02:00
Manuel Thalmann 80e1d752ad Lock applet behind the pin 2023-10-24 18:44:06 +02:00
Manuel Thalmann 0b0e3d24ea Fix malformated java code 2023-10-24 18:43:52 +02:00
Manuel Thalmann 4aaf1525ae Add vscode tasks for running most important scripts 2023-10-24 18:40:58 +02:00
Manuel Thalmann 7cb0c022d2 Create a PIN upon initialization 2023-10-24 18:07:20 +02:00
Manuel Thalmann 5d679cccc1 Add scripts for managing real smartcards 2023-10-17 19:37:04 +02:00
Manuel Thalmann 9d5d03346a Test all functionalities 2023-10-13 02:29:40 +02:00
Manuel Thalmann f293664f80 Fix saving of storage variable 2023-10-13 02:29:28 +02:00
Manuel Thalmann 9c8555d695 Report successful execution 2023-10-13 02:02:12 +02:00
Manuel Thalmann a59ea2ce2b Report incorrect lengths for 0x04 instructions 2023-10-13 01:39:25 +02:00
Manuel Thalmann 89d1ff4acf Report incorrect body length for 0x02 instruction 2023-10-13 01:35:20 +02:00
Manuel Thalmann e95ded2edf Only allow custom length for 0x04 instruction 2023-10-13 01:35:01 +02:00
Manuel Thalmann 995ba68bdf Throw an error for incorrect CLAs 2023-10-13 01:28:12 +02:00
Manuel Thalmann 22b11b1ee8 Throw an error for unsupported instructions 2023-10-13 01:25:46 +02:00
Manuel Thalmann 39948e42f2 Add an instruction for querying stored data 2023-10-13 01:20:36 +02:00
Manuel Thalmann a673b7ecd0 Add instruction for storing data 2023-10-12 20:13:26 +02:00
Manuel Thalmann 8f7e657a9c Add an instruction for querying the author name 2023-10-12 19:23:38 +02:00
Manuel Thalmann 5b467ff47f Remove further auto-generated files 2023-10-12 17:58:42 +02:00
Manuel Thalmann 5c7fdda14b Add AuthorName to the StringPool 2023-10-12 17:38:14 +02:00
Manuel Thalmann 484a1e478b Ignore auto-generated files 2023-10-12 17:37:41 +02:00
Manuel Thalmann 6b839f84b0 Initialize a new Java Card project 2023-10-12 17:20:28 +02:00
Manuel Thalmann 3069a21450 Initial commit 2023-10-10 16:12:05 +00:00