jar

tech.clarium.safez : spring-safez

Maven & Gradle

Mar 22, 2024

spring-safez · Introducing spring-safez, the paramount cybersecurity solution for Spring Boot applications. Engineered to work harmoniously from the earliest to the latest versions of Spring Boot, this library leverages the powerful safez-cryptx for AES-CBC symmetric encryption, ensuring automatic encryption and decryption of HTTP requests and responses. Crafted for Java developers seeking to fortify their applications against cyber threats, spring-safez seamlessly integrates into your Spring Boot ecosystem, providing a secure, encrypted communication channel without compromising on performance or flexibility. Embrace spring-safez for your Spring Boot projects and elevate your application's security to new heights, ensuring peace of mind in a world where data protection is paramount.

Table Of Contents

Latest Version

Download tech.clarium.safez : spring-safez JAR file - Latest Versions:

All Versions

Download tech.clarium.safez : spring-safez JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 spring-safez-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.clarium.safez.wrapper.utils

├─ tech.clarium.safez.wrapper.utils.FilterServletOutputStream.class - [JAR]

tech.clarium.safez.wrapper

├─ tech.clarium.safez.wrapper.RequestWrapper.class - [JAR]

├─ tech.clarium.safez.wrapper.ResponseWrapper.class - [JAR]

tech.clarium.safez.service.impl

├─ tech.clarium.safez.service.impl.CryptxUtils.class - [JAR]

├─ tech.clarium.safez.service.impl.SecurityServiceImpl.class - [JAR]

tech.clarium.safez.model

├─ tech.clarium.safez.model.DataModel.class - [JAR]

├─ tech.clarium.safez.model.SafezArgs.class - [JAR]

tech.clarium.safez.constants

├─ tech.clarium.safez.constants.ApplicationConstants.class - [JAR]

tech.clarium.safez

├─ tech.clarium.safez.SafezConfiguration.class - [JAR]

tech.clarium.safez.filter

├─ tech.clarium.safez.filter.CryptoFilter.class - [JAR]

tech.clarium.safez.service

├─ tech.clarium.safez.service.CryptxService.class - [JAR]

├─ tech.clarium.safez.service.SecurityService.class - [JAR]

tech.clarium.safez.config

├─ tech.clarium.safez.config.CryptoType.class - [JAR]

├─ tech.clarium.safez.config.FilterConfiguration.class - [JAR]

├─ tech.clarium.safez.config.PropertyConfig.class - [JAR]