Skip to content

Commit 1359eab

Browse files
authored
Update README.md
1 parent 63d9dfa commit 1359eab

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# JavaUltimateTools [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2-
A Large Repository Of Awesome Scripts For Java.
2+
3+
JavaUltimateTools is a large repository of scripts for use in any Java program. It contains the following:
4+
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
5+
- HWInfo - Contains many classes that return information about the current computer hardware. This includes BIOS, Network, OEM, Processor, RAM and Storage.
6+
- SecurityTools - Contains methods surrounding hashing and encryption. Includes methods using MD5, SHA1, SHA256, SHA384 and SHA512. Also includes encryption/decryption with RSA.
7+
- CommandInfo - Allows you to run any console command and will return the result to a string to use within your program. You can also run the command elevated and it will open in a new cmd window and show the results. Note: If elevated, result cannot be returned as a string.
8+
- And Much More!
9+
10+
If you would like a more details check out the [CLASSDESCRIPTION.md](https://github.com/JGCompTech/SharpUltimateTools/blob/master/CLASSDESCRIPTION.md) file. I will be updating this with more documentation soon.
11+
12+
# Development
13+
Want to contribute? Great!
14+
Any help with development is greatly appreciated. If you want to add something or fix any typos please submit a pull request and if it is helpful it may be merged.
15+
16+
# Download
17+
This project is currently at version 1.1 - **[Download v1.1](https://github.com/JGCompTech/JavaUltimateTools/releases/tag/v1.1)**
18+
19+
NOTE: This program requires framework 4.5. If you need a version that runs on a previous framework feel free to open a Feature Request and I will post one.
20+
21+
License
22+
----
23+
24+
**[Apache 2.0](https://github.com/JGCompTech/JavaUltimateTools/blob/master/LICENSE)**

0 commit comments

Comments
 (0)