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
- Host: GitHub
- URL: https://github.com/PiarasFahey/cryptography
- Owner: PiarasFahey
- License: other
- Created: 2023-06-01T12:20:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T18:20:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:15.650Z (8 months ago)
- Language: R
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - PiarasFahey/cryptography - Encrypts and Decrypts Text Ciphers (R)
README
[](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")
```