o
odinpkg.dev
packages / library / caesar-cipher-encoder-decoder

caesar-cipher-encoder-decoder

2bac429library

A program that encrypts and decrypts messages using the Caesar cipher, one of the oldest and simplest encryption techniques.

No license · updated 5 months ago

Caesar Cipher Encoder/Decoder

A program that encrypts and decrypts messages using the Caesar cipher, one of the oldest and simplest encryption techniques. It shifts each letter in the message by a fixed number of positions in the alphabet.

Features

  • Encrypt a message
  • Decrypt a message
  • Brute Force Decrypt