Skip to content

Instantly share code, notes, and snippets.

View robschley's full-sized avatar

Rob Schley robschley

View GitHub Profile
@mumoshu
mumoshu / build.sbt
Created January 10, 2012 06:08
DES and AES encryption in Scala
name := "DES and AES encryption in Scala"
version := "1.0"
scalaVersion := "2.9.1"
libraryDependencies += "commons-codec" % "commons-codec" % "1.6"