An open API service indexing awesome lists of open source software.

https://github.com/PiarasFahey/cryptography

Encrypts and Decrypts Text Ciphers
https://github.com/PiarasFahey/cryptography

Last synced: 4 months ago
JSON representation

Encrypts and Decrypts Text Ciphers

Awesome Lists containing this project

README

        

[![](https://cranlogs.r-pkg.org/badges/grand-total/cryptography)](https://cran.r-project.org/package=cryptography)

# cryptography

Encrypts and Decrypts Text Ciphers

# Install Process

## From CRAN

``` r
install.packages("cryptography")
```

## From GitHub

``` r
install.packages("devtools")
devtools::install_github("PiarasFahey/cryptography")
```