Simple Safecracking Puzzle

For your amusement
Simple Safecracking

[Redacted]

1 Like

Please do not spoil the fun for others. :wink:

1 Like

Wait… which SCP entry is this… I’m looking all over the SCP wiki and am having issues finding this one…

I mean… once I find the SCP entry for this, it’ll be a simple matter to solve it…

I don’t think I gave anything away, just some basic decryption strategy, which I expect most programmers already know.

1 Like

You don’t mean http://www.scp-wiki.net/ do you?

1 Like

I may mean that one…

In my opinion this problem has 3 parts:

  • figuring out how the encryption works
  • finding a decryption strategy
  • coding the thing

Would it be as fun if there was only the last part? :wink:

2 Likes

What is special about the validator 2? All my test cases and the other validators running fine. Do I have to be flexible with white spaces or line endings? The format in the test cases looks very strict.

1 Like

I don’t know
Could you please explain how to find the decryption code?
I think the given input should be arranged in a particular pattern, based on the given output. But I could not figure out how to find the pattern!!

1 Like

Being careful is a good strategy. Assume nothing. I didn’t have any trouble with any of the validation tests on this one, but I have run into problems on other puzzles.

1 Like

Google ā€˜simple decryption strategy’. There are numerous articles out there on the web on this subject.

2 Likes

Hi, i am stuck on validators… All tests are passing, Validator 2,3,4 are passing but Validator 1 is failing…
Any hints? :slight_smile:

Thnx

Are you handling the names of ALL the digits?

@Dogwon thnx for hint, but that isn’t problem. I am handling all digits…all 10 of them.

Le codage utilisĆ© est simple, mais pas Ć©vident Ć  deviner pour ceux dont l’Anglais n’est pas la langue maternelle.

Yes, I can imagine it would be very difficult. Perhaps you could rewrite the puzzle so it uses a French phrase. Then we could see if any English speakers could solve it.

How do I find the key?
I tried to use the difference between the first character from the message and the letter ā€˜T’ but that is not working.

ā€œHow do I find the key ?ā€ is precisely the purpose of this puzzle, so nobody will answers that, and what the interest if you don’t find it yourself ? :wink:

2 Likes