jar

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 JAR file - Latest Versions:

All Versions

Download com.rcastrucci.dev : SaltedKey JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window SaltedKey-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rcastrucci.dev

├─ com.rcastrucci.dev.Salt.class - [JAR]

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