This project is dedicated to testing and validating various types of cryptography utils in Java implementations in Java. It showcases different algorithms and their usage, providing a practical insight into modern cryptography and security in Java applications.
- Java Development Kit (JDK) - Version 11 or higher.
- Maven - For managing dependencies and running the project.
- An IDE like IntelliJ IDEA, Eclipse, or VSCode for editing and running the Java files.
- Or simply run it in command line.
- Clone the repository:
git clone git@github.com:wallaceespindola/cryptography-utils-java.git
cd cryptography-utils-java
- Build the project with Maven:
mvn clean install
- Running the main examples:
java -jar ./target/cryptography-utils-java.jar
- You can also run the unit tests for each algorithm on your IDE at the path 'src/test/java'.
- Wallace Espindola, Sr. Software Engineer / Java & Python Dev
- E-mail: wallace.espindola@gmail.com
- LinkedIn: https://www.linkedin.com/in/wallaceespindola/
- Website: https://wtechitsolutions.com/
- This project is released under the Apache 2.0 License. See the LICENSE file for details.
- Copyright © 2023 Wallace Espindola.