Encrypts and Decrypts Strings
Encrypt and decrypt text using the Caesar cipher.
Encrypt and decrypt text using pseudorandom number generation based on...
Encrypts and decrypts strings using either the Caesar cipher or a pseudorandom number generation (using set.seed()) method.
Useful links