Skip to main content
Deno 2 is finally here 🎉️
Learn more

caesar_cipher

caesar cipher implementation in deno:

import { caesar } from "https://deno.land/x/caesar_cipher@v0.0.2/mod.ts"

caesar("Test", 5) // Yjxy
caesar("Yjxy", -5) // Test

caesar("Hello World", -6) // Byffi Qilfx