/paycheck

A scalatra version of the SVG steganography app from an article "Fun With Steganography" by Ravi Mendis

Primary LanguageScala

This is a scalatra app for "Fun With Steganography" an article i wrote when i first moved to the US in '04. It was inspired by the in-flight movie from Manchester to LA: "Paycheck" starring Ben Affleck, where the protagonist hides secret information on a stamp of Einstein. This art of hiding information in plain sight is known as steganography.

  1. Launch SBT.

     ./sbt
    
  2. Run Jetty

     container:start
    
  3. Go to http://localhost:8080/.

  4. Learn more at http://www.scalatra.org/stable/book.

  5. Happy hacking!