Package: caesar
Type: Package
Title: Encrypts and Decrypts Strings
Version: 1.1.0
Authors@R: person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", 
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0601-0387"))
Description: Encrypts and decrypts strings using either the Caesar cipher or a
    pseudorandom number generation (using set.seed()) method.
Imports: binhf
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jacobkap/caesar
BugReports: https://github.com/jacobkap/caesar/issues
RoxygenNote: 7.1.1
Suggests: testthat, covr, knitr, rmarkdown, spelling
VignetteBuilder: knitr
Language: en-US
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2020-09-03 13:39:29 UTC; user
Author: Jacob Kaplan [aut, cre] (<https://orcid.org/0000-0002-0601-0387>)
Maintainer: Jacob Kaplan <jkkaplan6@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-03 13:52:11 UTC
Built: R 4.4.3; ; 2025-10-21 13:07:46 UTC; windows
