add utf-8 encoding tests

This commit is contained in:
scito
2022-12-19 22:01:08 +01:00
committed by Roland Kurmann
parent 10bc6959a3
commit 8ba4439305
9 changed files with 84 additions and 1 deletions

View File

@@ -38,5 +38,13 @@
"type": "hotp",
"counter": 4,
"url": "otpauth://hotp/hotp%20demo?secret=7KSQL2JTUDIS5EF65KLMRQIIGY&counter=4"
},
{
"name": "encoding: ¿äÄéÉ? (demo)",
"secret": "7KSQL2JTUDIS5EF65KLMRQIIGY",
"issuer": "",
"type": "totp",
"counter": null,
"url": "otpauth://totp/encoding%3A%20%C2%BF%C3%A4%C3%84%C3%A9%C3%89%3F%20%28demo%29?secret=7KSQL2JTUDIS5EF65KLMRQIIGY"
}
]
]