diff --git a/templates/passphrase.html b/templates/passphrase.html index 0ee46f5..7dd137c 100644 --- a/templates/passphrase.html +++ b/templates/passphrase.html @@ -47,7 +47,7 @@ user pin -2025-__-__ 1234567891012345678910 +202_-__-__ 1234567891012345678910 1234567891012345678910 key id 1234567891012345678910 0x ________ 1234567891012345678910 diff --git a/templates/passphrase.html.sh b/templates/passphrase.html.sh index 45c57ad..59f3ba4 100755 --- a/templates/passphrase.html.sh +++ b/templates/passphrase.html.sh @@ -65,7 +65,7 @@ cat <2025-__-__ +202_-__-__ $(for((i=0;i<14;i++)); do printf ""; done) key id 0x $(for((i=0;i<8;i++)); do printf "_"; done) diff --git a/templates/passphrase.txt b/templates/passphrase.txt index 16ad745..6b4523e 100644 --- a/templates/passphrase.txt +++ b/templates/passphrase.txt @@ -2,7 +2,7 @@ DATE (YYYY-MM-DD) ADMIN PIN USER PIN - 2025-__-__ 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 + 202_-__-__ 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 KEY ID 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0x________________ 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 diff --git a/templates/passphrase.txt.sh b/templates/passphrase.txt.sh index 94883fc..1645527 100755 --- a/templates/passphrase.txt.sh +++ b/templates/passphrase.txt.sh @@ -14,7 +14,7 @@ PASSPHRASE_LENGTH="${2:-30}" DATE_HEADER=$(cat <