Giter VIP home page Giter VIP logo

secret-santa-2019's Introduction

Secret Santa

Alternatively: Yeet42.java the game

THIS REPO CONTAINS SPOILERS, ONLY READ ONCE YOU'VE COMPLETED IT @DANY

Let me say this upfront, I'm sorry. This thing should take you about an hour, but that really depends on how quick you are with figuring out what the code is doing.

This small challenge revolves around a password checker (I know, very original). The password checker takes in a password, obviously, and it passes it through four password verifiers, which all check parts of the password. If all four verifiers accept the password, it is considered correct.

Your task is to find the password (or anything for that matter), which the password accepts.

To make sure you aren't completely in the dark: The password is something that you and all spoorknorren can agree on.

If you get stuck at any point, I put some comments in the code that might be able to guide you a bit. If this doesn't help and you're still stuck, you can ask me for hints. The first three verifiers all have four possible hints (where the last one just gives the answer), and the final verifier has a single hint (you'll find out why).

Good luck,

Secret Santa

Running the checker

Advised

The easiest way to run the checker is by using docker:

  • Pull the image (finitum/secret-santa:dany)
  • Run the container with an interactive terminal (docker run -i -t ...)

Alternative

If you don't have docker, or cannot use it you can also run the jars directly. Make sure the jars are in the same folder, or it will not work. You need to run the ss-wrapper.jar
Warning: Due to the way the password checker works, it might break on different versions of Java (that's why docker is advised).

The jars can also be found in the .zip, in /jars/

secret-santa-2019's People

Contributors

timanema avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.