Skip to content

Instantly share code, notes, and snippets.

View Sparker0i's full-sized avatar
Mostly Unavailable

Aaditya Menon Sparker0i

Mostly Unavailable
View GitHub Profile
@Sparker0i
Sparker0i / build.sbt
Created August 20, 2019 10:36 — forked from mumoshu/build.sbt
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"