Skip to main content

Cesar (de)ciphers a given text with Caesar Cipher.

Project description

cesar

Cesar (de)ciphers a given text with Caesar Cipher.

Calling cesar

As a Python script, it can be called with: python cesar.py [options]

Alternatively, it can be used as a system command: ./cesar.py [options]

One could copy the file to a location in $PATH and remove the extension. That way you could just call it from anywhere as: cesar [options]

Usage

Cesar is written so it behaves as any other GNU/Linux console command.

Admits the input message in three different ways:

  • Direct input after calling the command (default).
  • Add input to the command (-m option).
  • Read input from file (-i option).

The input can either be:

  • A plain message to cipher (default).
  • A ciphered message to decipher (-d option).

The ouput will be either:

  • Shown in the console (default).
  • Written to a file (-o option, overwrites, add -a to append).

Help can be seen using -h, --help option.

Version can be seen using --version option.

Notes

Due to the cyclical nature of this cipher, there is no actual difference between encryption and decryption but the key used.

For example, a shift of 3 to the left is equivalent to a shift of 23 to the right.

Warning

This cipher is not secure AT ALL. It is provided for its historical significance (and also for fun!).

DO NOT USE IT TO CIPHER ANY INFORMATION YOU WOULD LIKE TO REMAIN SECURE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cesar-1.0.5.tar.gz (17.3 kB view details)

Uploaded Source

File details

Details for the file cesar-1.0.5.tar.gz.

File metadata

  • Download URL: cesar-1.0.5.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cesar-1.0.5.tar.gz
Algorithm Hash digest
SHA256 c59197c1715b807c55d7623ac46793e2033cf917a8b0d3c7682ad020221bf957
MD5 70ce93eac703194ede76dc5d89ff7f03
BLAKE2b-256 6a0dbee44b0d5ac5d664b30433ca2a4b4b711a0c43824a2faefda41daa02b97b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page