Description Usage Arguments Value Examples
It calls a builtin algorithm to encrypt a character or decrypt a raw vector.
If x
is not of the encrypt
class, the value will not be decrypted.
1 2 3 4 5 |
x |
the raw vector to decrypt |
... |
other arguments. |
mode |
character, 'ECB" or 'CBC'. Default 'CBC', which is more secure. |
IV |
NULL or a numeric vector, the initial vector for 'CBC' or initial
counter for 'CTR' mode in digest:: |
invisible
1 2 3 4 5 6 7 8 | ## Not run:
encrypt_it('my key')
## End(Not run)
## Not run:
decryptIt("Pwd")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.