Caesar cypher function
This is the same function as cypherCaesar, but it is implemented using the generalized core function substitutionCore. It is provided for consistency and to demonstrate how the core function can be used for different types of substitution ciphers.
cypherCaesar
substitutionCore
the string to cypher
the rotation to apply
the cyphered string
Caesar cypher function
This is the same function as
cypherCaesar, but it is implemented using the generalized core functionsubstitutionCore. It is provided for consistency and to demonstrate how the core function can be used for different types of substitution ciphers.