Help in calculation

Custom encoding

Killedkenny
5 years ago

0

I think i’m on a right way but missing somewhere +/- 1.
How i encrypt (for example letter ‘a’):

a is 97 in ascii and 65 in renumerated string (97 - 32). 32 - first character in visible set
95 - 65 = 30 (95 total of visible characters according to wiki)
character in re-numerated string at this position is ‘>’ (30)
character value = 62
[/Spoiler]

How i decrypt (using value 62):
[Spoiler]
62 - 32 = 30 (get this character value in renumarated string)
95 - 30 = 65 (get the value which were substructed)
65 + 32 = 97 [a] (get original ascii value)

however i’m getting “Incorrect answer”

1reply
2voices
164views
dloser
5 years ago

0

“Visible” is a somewhat vague term. Don’t just rely on external sources. Try things out to see how it works. If you play around a bit, I’m sure you can decode the text into something more logical.

You must be logged in to reply to this discussion. Login
1 of 2

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss