gfc-crypto


License

License

Apache-style
GroupId

GroupId

com.gilt
ArtifactId

ArtifactId

gfc-crypto_2.11
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

gfc-crypto
gfc-crypto
Project Organization

Project Organization

com.gilt

Download gfc-crypto_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.gilt/gfc-crypto_2.11/ -->
<dependency>
    <groupId>com.gilt</groupId>
    <artifactId>gfc-crypto_2.11</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/gfc-crypto_2.11/
implementation 'com.gilt:gfc-crypto_2.11:0.0.4'
// https://jarcasting.com/artifacts/com.gilt/gfc-crypto_2.11/
implementation ("com.gilt:gfc-crypto_2.11:0.0.4")
'com.gilt:gfc-crypto_2.11:jar:0.0.4'
<dependency org="com.gilt" name="gfc-crypto_2.11" rev="0.0.4">
  <artifact name="gfc-crypto_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='gfc-crypto_2.11', version='0.0.4')
)
libraryDependencies += "com.gilt" % "gfc-crypto_2.11" % "0.0.4"
[com.gilt/gfc-crypto_2.11 "0.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0
org.scalacheck : scalacheck_2.11 jar 1.13.4

Project Modules

There are no modules declared in this project.

gfc-crypto Maven Central Build Status Coverage Status Join the chat at https://gitter.im/gilt/gfc

A library that contains cryptography related scala utility classes. Part of the Gilt Foundation Classes.

Getting gfc-crypto

The latest version is 0.0.4, which is cross-built against Scala 2.10.x, 2.11.x and 2.12.x.

If you're using SBT, add the following line to your build file:

libraryDependencies += "com.gilt" %% "gfc-crypto" % "0.0.4"

For Maven and other build tools, you can visit search.maven.org. (This search will also list other available libraries from the gilt fundation classes.)

Contents and Example Usage

com.gilt.gfc.crypto.HashFunctions

Helper library to create cryptographic hashes (SHA-256, SHA-512, of input Strings. For a complete list of supported message digest (hash) formats see the documentation for java.security.MessageDigest.

License

Copyright 2016 Gilt Groupe, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

com.gilt

Gilt Tech

Versions

Version
0.0.4
0.0.3
0.0.2