Home > shift-cipher

shift-cipher

Shift-cipher is a project mainly written in ..., it's free.

simple cipher tool which allows you to decode a sentence with a supplied key

  1. What is this?

  2. Why did you do this?

  3. Prerequisites

  4. Features

  5. Configuration

  6. How to run

  7. Bugs and known issues

  8. License stuff

  9. What is this? ########################################################

This is shift-cipher, a tool for encrypting and decrypting shift-ciphered sentences. For more information run it with the "-h" parameter.

  1. Why did you do this? ########################################################

I was bored... again.

  1. Prerequisites ########################################################

Every Linux distribution around should do the task.

  1. Features ########################################################

Encryption and decryption with a given key sentence.

  1. Configuration ########################################################

There is no configuration.

  1. How to run ########################################################

open a terminal window

$ chmod 755 shift-cipher $ echo "my very difficult sentence" | ./shift-cipher -k complicatedkey [om kpza wmipmawzf dmptxrfo] $ echo "om kpza wmipmawzf dmptxrfo" | ./shift-cipher -d complicatedkey [my very difficult sentence]

  1. Bugs and known issues ########################################################

    • no bugs so far ... found one? If you think you have found a bug or you want to contribute, drop me a line via mail. You could also send me a patch with git format-patch and send it to me.
  2. License stuff ########################################################

Because I don't think that anyone wants to use this in a proprietary product I give erveyone the "do whatever you want" - license. As long as I don't say anything different you can do whatever you want. Just tell me if you do.

Previous:pref_shimane_cms