Description Usage Arguments Value Examples
Implemented following the guide https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.197.pdf
1 | aes(msg, key)
|
msg |
Block of 16 bytes to be encrypted. Represented as a numerical vector of length 16 whose values go from 0 to 255. |
key |
Key to encrypt the block. Represented as a numerical vector of length 16/24/32 whose values go from 0 to 255. |
Encrypted block with the same representation as input.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.