MVN

com.rcastrucci.dev : SaltedKey

Maven & Gradle

Apr 02, 2023
0 stars

SaltedKey · A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

<dependency>
    <groupId>com.rcastrucci.dev</groupId>
    <artifactId>SaltedKey</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rcastrucci.dev : SaltedKey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.rcastrucci.dev : SaltedKey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
SaltedKey-1.2.0
1.0.x
SaltedKey-1.0.1
1.0
SaltedKey-1.0

How to add a dependency to Maven

Add the following com.rcastrucci.dev : SaltedKey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rcastrucci.dev</groupId>
    <artifactId>SaltedKey</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rcastrucci.dev : SaltedKey gradle dependency to your build.gradle file:

implementation 'com.rcastrucci.dev:SaltedKey:1.2.0'

Gradle Kotlin DSL: Add the following com.rcastrucci.dev : SaltedKey gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rcastrucci.dev:SaltedKey:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rcastrucci.dev : SaltedKey sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rcastrucci.dev" % "SaltedKey" % "1.2.0"

Advertisement

Dependencies from Group

Apr 02, 2023
0 stars
Jun 24, 2023
0 stars
Feb 10, 2024
0 stars

Discover Dependencies

Mar 26, 2023
1 stars
Mar 26, 2023
1 stars
Mar 26, 2023
1 stars
Mar 26, 2023
1 stars
Mar 26, 2023
1 stars
Mar 26, 2023
1 stars
Jul 02, 2023
89 stars
Mar 26, 2023
0 stars
May 02, 2023
382 stars
May 02, 2023
382 stars