Skip to content

wallaceespindola/cryptography-utils-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Cryptography utils in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages