DOC

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.

Table Of Contents

Latest Version

Download com.rcastrucci.dev : SaltedKey Javadoc & API Documentation - Latest Versions:

All Versions

Download com.rcastrucci.dev : SaltedKey Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file SaltedKey-1.2.0-javadoc.jar to SaltedKey-1.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder SaltedKey-1.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "SaltedKey-1.2.0-sources.jar" -d "SaltedKey-1.2.0-javadoc" -subpackages 

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
405 stars
May 02, 2023
405 stars