Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.61 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.61 KB

Java

Cryptography utils in Java

Apache 2.0 License Java Maven

Introduction

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.

Prerequisites

  • 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.

How to Run

  1. Clone the repository:
git clone [email protected]:wallaceespindola/cryptography-utils-java.git

cd cryptography-utils-java
  1. Build the project with Maven:
mvn clean install
  1. Running the main examples:
java -jar ./target/cryptography-utils-java.jar
  1. You can also run the unit tests for each algorithm on your IDE at the path 'src/test/java'.

Author

License

  • This project is released under the Apache 2.0 License. See the LICENSE file for details.
  • Copyright © 2023 Wallace Espindola.