Description Usage Arguments Value Author(s) Examples
Saves generated keys
1 | SaveGenKey(bits = 2048, private.key.path, public.key.path)
|
bits |
Number. Usually 2048 |
private.key.path |
path to save the private key. It should have a file extension ".pem" or ".der" |
public.key.path |
path to save the public key. It should have a file extension ".pem" or ".der" |
Saves public and private keys in specified paths
"Revanth Nemani <raynemani@gmail.com>"
"Aditya Vikram <adyviky9@gmail.com>"
1 2 3 4 5 6 7 8 | ## Not run:
SaveGenKey(
bits = 2048,
private.key.path = "Encription/private.pem",
public.key.path = "Encription/public.pem"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.