diff --git a/README.md b/README.md index 27c8200..9846f5b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ - [Introduction](#introduction) - [Downloads](#Downloads) - [Usage](#Usage) +- [Known Bugs]() +- [Limitations](#Limitations) - [License](#License) # Introduction @@ -10,12 +12,16 @@ **cryptoGX** is a java based software for en- / decrypting texts or files and secure delete files. It was designed to be controlled with a GUI, but can also be used from the command line. -Because the GUI uses javaFX, java version from 1.8.0_40 to 10.* with javaFX support is required (also applies to windows .exe files). +Because the GUI uses javaFX, java version from 1.8.0_40 to 10.* with javaFX support is required. +Alternatively you can compile the [source code](#https://github.com/blueShard-dev/cryptoGX/archive/master.zip) with higher +java version and include [javaFX](#https://openjfx.io/) manually # Downloads -| 1.11.0 | -|:-------| +### [All releases](#https://github.com/blueShard-dev/cryptoGX/releases/) + +| Latest release (1.12.0) | +|:------------------------| | [Source code](https://github.com/blueShard-dev/cryptoGX/archive/master.zip) | | [Executable jar file](https://dl.dropbox.com/s/1px5dotzyop3rpn/cryptoGX.jar?dl=0) | | [Windows portable](https://dl.dropbox.com/s/10jf6cfpnejrvbf/cryptoGX_1.11.0_portable.exe?dl=0) | @@ -41,10 +47,10 @@ Usage AES: encrypt: AES encrypt decrypt: AES decrypt -Secure delete file: +File secure delete: delete //for the argument 'default' can be used, which is 5 ``` -or type ` -help` to get help +or type ` help` to get help # License -This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for more details +This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](License) file for more details