https://github.com/mslinn/scala-sig
Typesafe crypto for Scala
https://github.com/mslinn/scala-sig
jwt rsa scala security
Last synced: 2 months ago
JSON representation
Typesafe crypto for Scala
- Host: GitHub
- URL: https://github.com/mslinn/scala-sig
- Owner: mslinn
- Created: 2017-12-21T21:04:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T06:16:43.000Z (over 7 years ago)
- Last Synced: 2025-01-09T01:12:07.773Z (4 months ago)
- Topics: jwt, rsa, scala, security
- Language: Scala
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typesafe Scala Cryptography
[](https://travis-ci.org/mslinn/scala-sig)
[](https://badge.fury.io/gh/mslinn%2Fscala-sig)Projects are built with Scala 2.12, which requires Java 8+.
See the unit tests for examples of how to use this library.
## Installation
Add this to your project's `build.sbt`:resolvers += "micronautics/scala on bintray" at "http://dl.bintray.com/micronautics/scala"
libraryDependencies += "com.micronautics" %% "scala-sig" % "0.1.5"
## Scaladoc
[Here](http://blog.mslinn.com/scala-sig/latest/api/com/micronautics/sig/index.html).