Git Product home page Git Product logo

hashpan's Introduction

Clover HashPAN Challenge

Winner gets a Mac Pro, solid entries get an interview at Clover. Details here: https://www.clover.com/challenge

Say for some reason that a credit card processor was using SHA-1 hashes of credit card numbers ("PANs")—perhaps trying to "securely" identify cards without using card numbers—and accidentally spilled some out. Pretend you're a criminal and want to reverse those PAN hashes to raw PANs.

We provide a dataset of hashed PANs (completely fictionalized!) and your job is to produce the matching PANs. We also provide a set of PANs a criminal happened to have lying around—figure out if this is useful to you.

These hashes are base64(sha1(pan)) where the PAN is represented as ASCII bytes: https://github.com/clover/hashpan/blob/master/data/hashes.txt

This is the set of PANs you had lying around that might provide some clues: https://github.com/clover/hashpan/blob/master/data/pans.txt

Come up an algorithmically efficient implementation that minimizes work assuming a single core. Bonus points for efficiently using any/all cores you have at your disposal.

Join our HashPAN Challenge Google+ for discussion and questions: https://plus.google.com/communities/108841480692450403173

To play: Fork our repo, and issue a pull request when you're ready to submit. Include your description what the execution time is for your program and what kind of hardware you're running it on.

hashpan's People

Contributors

beatty avatar

Watchers

James Cloos avatar Anson Rosenthal 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.