jm2dev / secure

Simple library wrapping java security/crypto framework for encyption/decryption and signing/signature validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secure

Build Status Download

Simple library wrapping java security/crypto framework for encyption/decryption and signing/signature validation.

Installing

Add the following to your SBT build:

resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" % "secure" % "[INSERT-VERSION]"

License

This code is open source software licensed under the Apache 2.0 License.

About

Simple library wrapping java security/crypto framework for encyption/decryption and signing/signature validation

License:Apache License 2.0


Languages

Language:Scala 100.0%