jar

com.aayushatharva : AtomicCrypto

Maven & Gradle

Feb 25, 2019
2 stars

AtomicCrypto · AtomicCrypto is a Java Library which uses NSA Suite B Cryptography. This means it uses AES-256-GCM to encrypt data and for asymmetric cryptography it uses ECDH with curve P-256 as default key agreement.

Table Of Contents

Latest Version

Download com.aayushatharva : AtomicCrypto JAR file - Latest Versions:

All Versions

Download com.aayushatharva : AtomicCrypto JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.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 AtomicCrypto-1.2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aayushatharva.atomiccrypto.exception

├─ com.aayushatharva.atomiccrypto.exception.AtomicCryptoException.class - [JAR]

com.aayushatharva.atomiccrypto.keys

├─ com.aayushatharva.atomiccrypto.keys.KeyPair.class - [JAR]

├─ com.aayushatharva.atomiccrypto.keys.PrivateKey.class - [JAR]

├─ com.aayushatharva.atomiccrypto.keys.PublicKey.class - [JAR]

├─ com.aayushatharva.atomiccrypto.keys.SecretKey.class - [JAR]

com.aayushatharva.atomiccrypto.cryptography

├─ com.aayushatharva.atomiccrypto.cryptography.AsymmetricHub.class - [JAR]

├─ com.aayushatharva.atomiccrypto.cryptography.SymmetricHub.class - [JAR]

Advertisement