JavaUltimateTools is a large repository of scripts for use in any Java program. It contains the following:
- 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.
- HWInfo - Contains many classes that return information about the current computer hardware. This includes BIOS, Network, OEM, Processor, RAM and Storage.
- SecurityTools - Contains methods surrounding hashing and encryption. Includes methods using MD5, SHA1, SHA256, SHA384 and SHA512. Also includes encryption/decryption with RSA.
- 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.
- And Much More!
If you would like a more details check out the CLASSDESCRIPTION.md file. I will be updating this with more documentation soon.
If you would like to view the JavaDoc info it is hosted at https://jgcomptech.github.io/JavaUltimateTools/. This is what is stored in the doc folder in the project.
Want to contribute? Great! 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. Please check out our Code of Conduct for Contributors.
This project is currently at version 1.2 - Download v1.2
JavaUltimateTools by J&G CompTech is licensed under a Creative Commons Attribution 4.0 International License.