SaveGenKey: Saves generated keys

Description Usage Arguments Value Author(s) Examples

View source: R/keys.R

Description

Saves generated keys

Usage

1
SaveGenKey(bits = 2048, private.key.path, public.key.path)

Arguments

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"

Value

Saves public and private keys in specified paths

Author(s)

"Revanth Nemani <raynemani@gmail.com>"

"Aditya Vikram <adyviky9@gmail.com>"

Examples

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)

RevanthNemani/endecrypt documentation built on Nov. 10, 2019, 5:14 p.m.