Package: caesar
Type: Package
Title: Encrypts and Decrypts Strings
Version: 0.1.0
Authors@R: person("Jacob", "Kaplan", email = "jacobkap@sas.upenn.edu", role = c("aut", "cre"))
Description: Encrypts and decrypts strings using either the Caesar cipher or a
    pseudorandom number generation (using set.seed()) method.
Depends:
Imports: binhf
License: GPL
Encoding: UTF-8
LazyData: true
URL: https://github.com/jacobkap/caesar
BugReports: https://github.com/jacobkap/caesar/issues
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2017-01-17 21:18:57 UTC; user
Author: Jacob Kaplan [aut, cre]
Maintainer: Jacob Kaplan <jacobkap@sas.upenn.edu>
Repository: CRAN
Date/Publication: 2017-01-18 08:37:40
