All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download com.rcastrucci.dev JAR files with all dependencies

Search JAR files by class name

commons from group com.rcastrucci.dev (version 1.0.0)

Commons Library

Group: com.rcastrucci.dev Artifact: commons
Show documentation Show source 
 

0 downloads
Artifact commons
Group com.rcastrucci.dev
Version 1.0.0
Last update 10. February 2024
Organization not specified
URL https://github.com:rcastrucci/commons.git
License MIT License
Dependencies amount 8
Dependencies spring-boot-starter-web, spring-boot-starter-mail, spring-boot-starter-validation, org-apache-commons-io, commons-codec, core, javase, modelmapper,
There are maybe transitive dependencies!

toolkit from group com.rcastrucci.dev (version 1.0.2)

ToolKit Library

Group: com.rcastrucci.dev Artifact: toolkit
Show all versions Show documentation Show source 
 

0 downloads
Artifact toolkit
Group com.rcastrucci.dev
Version 1.0.2
Last update 30. November 2023
Organization not specified
URL https://github.com:rcastrucci/toolkit.git
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

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.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 3)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy