Jump to content

Encryption puzzle


joppiesaus

Recommended Posts

Hello, I made a nice puzzle just for you.

It's about encryption, I made a simple encryption program. It works great!

Here's the story:

I "forgot" how it actually worked(not really). I want you to find out how it works!

Here's the program!(Note: Written in C#, needs .NET 4 Framework)

Rules:

  • Don't use decompilers
  • I want a step-by-step guide what happens when you encrypt a piece of text. For example:
    1: the string is devided into seperated characters
    2: The characters are placed backwards
    3...

Hints:

  • The system picks the ASCII value of characters
  • A "d" has a value of 100!
  • Something gets multiplied by two
  • - and + is used, each one time
  • Range is the range of the random

Your reward is... the source code! If the answer is (close to) right of course.

Have fun!

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...