I don't understand

Custom encoding

Sigma18
8 years ago

0

coding level 1 was way better cuz it was easier I cant even understand how I’m suppose to do this

how to connect the char table to my code

I get that I have to subtract something from something but apart from that nothing

any help will be awesome

10replies
8voices
626views
1image
? [bolofecal]
8 years ago

0

The method explained in the extra file is how to encrypt, you need decrypt, so you must reverse the method.

You will need know the ascii:

Image

bkth
8 years ago

0

“coding level 1 was way better cuz it was easier”

what kind of logic is that?

Mugi [Mugiwara27]
8 years ago

0

It’s the logic of the one who doesn’t like challenge :)

Sigma18
8 years ago

0

Its difficult for me cuz I cant understand this one :p

how am I suppose to decrypt it using the ascii table

? [bolofecal]
8 years ago

0

[quote=CRYPT V1] 1. Re-number all visible ascii characters, so ! will now be
1 instead of 33 and “ will be 2 instead of 34 and so on

  1. Get each letter of your string and do the following:
    a: Get its new ascii code value
    b: Take this value, and subtract it from the total
    number of visible ASCII characters
    c: Get the character at this position
    d: Get this characters original ascii value

  2. Put all these values in a csv e.g. 61,72,71[/quote]

bsvo2786
7 years ago

1

Help me clear some doubt

  1. Get each letter of your string and do the following:
    a: Get its new ascii code value // based on Rule 1
    b: Take this value, and subtract it from the total
    number of visible ASCII characters // So visible ASCII chars which i have in my string or that in the table?
    c: Get the character at this position // From ASCII table or from my input string?
    d: Get this characters original ascii value

Any help will be appreciated :D

? [bolofecal]
7 years ago

1

Visible chars are about the ascii table and the position is just to convert to ascii values in order.

bsvo2786
7 years ago

0

Thank you, level completed :D

? [bolofecal]
7 years ago

0

You’re welcome. Congrats.

2 replies have been removed
occasus
a year ago

0

Hi to all :) I read all discussions about this chall. Feel i’m quite near to the resolution. I would like to send to someone who already solved it my Python3 script for a check… Anyone available, maybe?

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

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