Skip to content

The Caesar Cipher: A famous cypher that encrypts/decrypts plaintext.

License

Notifications You must be signed in to change notification settings

irving-rs/the_caesar_cipher

Repository files navigation

the_caesar_cipher

The Caesar Cipher: A famous cypher that encrypts/decrypts plaintext.

Basics:

  • The written letter experience a shift (change of position). For example, if we shift letter "A" one position then it it will be converted into a "B".
  • The user wil select the magnitude of the shift (measured in number of positions).
  • The shift displacement (password key) will vary between 1 and 25.

Run:

  • Firs option: Encrypting

  • Second option: Decrypting

  • Third option: Decrypting by brute force

About

The Caesar Cipher: A famous cypher that encrypts/decrypts plaintext.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages