Menu

Tree [02c176] main /
 History

HTTPS access


File Date Author Commit
 README.md 2022-01-16 J. Manuel Caeiro D. P J. Manuel Caeiro D. P [6dc583] Update README.md
 csrcipher.jl 2022-01-16 J. Manuel Caeiro D. P J. Manuel Caeiro D. P [528ac5] Create csrcipher.jl
 csrdcipher.jl 2022-01-16 J. Manuel Caeiro D. P J. Manuel Caeiro D. P [02c176] Create csrdcipher.jl

Read Me

Caeser-cipher

Caeser cipher in Julia

"Implement a Caesar cipher, both encoding and decoding.
The key is an integer from 1 to 25."

The encoding function was published here: (https://rosettacode.org/wiki/Caesar_cipher#Julia)