Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danilomurer/jada_lib

Java Libary with some utils
https://github.com/danilomurer/jada_lib

Last synced: 4 days ago
JSON representation

Java Libary with some utils

Awesome Lists containing this project

README

        

# jada_lib Library
![jada_lib logo](assets/jada_lib_logo.png)




## About
The jada_lib library is a collection of util classes. Those classes are for the most part wrappers of standard Java
classes or other libraries.


## How to import
The jada_lib library is made using Maven and is published on [Github Packages](https://github.com/DaniloMurer/jada_lib/packages/400579).


To import the library you need to add the dependency into your Maven Project as following:


```xml

com.danilojakob
jada_lib
1.0.0

```
After adding the dependency install the package by running `maven install`.


## Classes
The library contains following classes (version 1.0.0):


- FileHelper (read/write files and Object Serialization)
- PropertyFileHelper (read/write `*.properties` files)
- EncryptionHelper (encrypt/decrypt files and text)
- KeyGenerator (create and save RSA Private and Public Keys)
- Hasher (hash Strings)