Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

executable file
·
17 lines (10 loc) · 571 Bytes

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!