axDecode | R Documentation |
The function decrypts the code generated by the genSubjHconf function. It can be used to verify the code on the subject hour confirmations against manipulation.
axDecode(code, key)
code |
Code on the subject hour confirmations generated by the genSubjHconf function. The code must be entered without line breaks. |
key |
Private key object which has to be used to decypt the code. |
Returns a decrypted string.
Axel Zinkernagel zinkernagel@uni-landau.de
## Not run:
# Decode the code printed on the pdf (code must be in one line!)
load("/my/working/directory/key_323032312d30312d31352031363a34303a3232.rda")
# or load(paste0("/my/working/directory/",whichKey("2021−01−15 16:40:22")))
axDecode("oHtDit5N34y/s+uhOviVKWq/7QGRyQ/M4dP+txAnxpWRcoS...",key)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.