jar

io.github.nabhosal : pii-encryptor

Maven & Gradle

Oct 31, 2019
4 stars

PII-Encryptor · Utility for encrypting & decryption field level PII (i.e Personally identifiable information) in document. Useful utility for implementing in-house Payment Card Industry ( PCI ) or similar compliance.

Table Of Contents

Latest Version

Download io.github.nabhosal : pii-encryptor JAR file - Latest Versions:

All Versions

Download io.github.nabhosal : pii-encryptor 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 pii-encryptor-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nabhosal.pii

├─ io.github.nabhosal.pii.PIIHandler.class - [JAR]

├─ io.github.nabhosal.pii.PIIHandlerBuilder.class - [JAR]

├─ io.github.nabhosal.pii.StandardPIIHandler.class - [JAR]

io.github.nabhosal.pii.encoder

├─ io.github.nabhosal.pii.encoder.Codec.class - [JAR]

├─ io.github.nabhosal.pii.encoder.CodecLoader.class - [JAR]

io.github.nabhosal.pii.encoder.impl

├─ io.github.nabhosal.pii.encoder.impl.CSVByFieldIndexCodec.class - [JAR]

├─ io.github.nabhosal.pii.encoder.impl.DemoCSVCodecLoader.class - [JAR]

├─ io.github.nabhosal.pii.encoder.impl.DemoJsonCodecLoader.class - [JAR]

├─ io.github.nabhosal.pii.encoder.impl.JsonBasedStandardCodec.class - [JAR]

io.github.nabhosal.pii.cipher

├─ io.github.nabhosal.pii.cipher.EncryptionService.class - [JAR]

├─ io.github.nabhosal.pii.cipher.KeyProvider.class - [JAR]

io.github.nabhosal.pii.util

├─ io.github.nabhosal.pii.util.AES.class - [JAR]

├─ io.github.nabhosal.pii.util.Utils.class - [JAR]

io.github.nabhosal.pii.cipher.impl

├─ io.github.nabhosal.pii.cipher.impl.AESBasedEncryptionService.class - [JAR]

├─ io.github.nabhosal.pii.cipher.impl.MapBasedKeyProviderImpl.class - [JAR]

io.github.nabhosal.pii.exception

├─ io.github.nabhosal.pii.exception.CodecException.class - [JAR]

├─ io.github.nabhosal.pii.exception.KeyProviderException.class - [JAR]

Advertisement