Skip to content

Instantly share code, notes, and snippets.

@phifty
Last active December 29, 2015 04:59
Show Gist options
  • Save phifty/7618644 to your computer and use it in GitHub Desktop.
Save phifty/7618644 to your computer and use it in GitHub Desktop.
import com.anyaku.epd.Generator
val generator = Generator()
val locker = Locker()
val document = generator.generateDocument()
val password = generator.generatePassword("secret")
val lockedDocument = locker.lock(document, password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment