CaesarCypher

Properties

Link copied to clipboard
const val CAESAR_KEY: Int = 8

Functions

Link copied to clipboard
fun decrypt(s: String, key: Int): String
Link copied to clipboard
fun encrypt(s: String, key: Int): String