From 082f417eba5386975c6878adf929b252f0a90401 Mon Sep 17 00:00:00 2001 From: Simon Ratner Date: Mon, 22 Jan 2024 16:09:18 -0800 Subject: [PATCH] Add pointer to official fork --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9812dcf..7e02576 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> Use the official fork at [BlockchainCommons/jc-sskr](https://github.com/BlockchainCommons/jc-sskr). + # SSKR for JavaCard [![Build status](https://github.com/proxyco/jc-sskr/actions/workflows/gradle.yml/badge.svg)](https://github.com/proxyco/jc-sskr/actions/workflows/gradle.yml) @@ -39,7 +42,7 @@ Typical output: ## Installation on a (physical) card -> **Warning** +> [!CAUTION] > Make sure to set the correct ISD key in [`gradle.properties`](./gradle.properties). > Attemping to authenticate with an incorrect key will increment the internal retry > counter of most secure elements, and eventually lock the card permanently. @@ -50,7 +53,7 @@ Typical output: > issuerKey=40:41:42:43:44:45:46:47:48:49:4A:4B:4C:4D:4E:4F > ``` -> **Warning** +> [!CAUTION] > This will delete any previous instances of the applet on your card. > Make sure you are prepared to lose any persistent data they store.