Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danilomurer/jada_lib
- Owner: DaniloMurer
- Created: 2020-09-15T12:59:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T16:08:34.000Z (about 4 years ago)
- Last Synced: 2024-10-11T15:45:13.933Z (28 days ago)
- Language: Java
- Size: 751 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```xmlcom.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)