mirror of
https://github.com/bytedream/cryptoGX.git
synced 2025-05-09 20:25:10 +02:00
Add files via upload
This commit is contained in:
parent
b06dac2f4e
commit
5a8ed05fd8
2
LICENSE
2
LICENSE
@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
|
|||||||
may consider it more useful to permit linking proprietary applications with
|
may consider it more useful to permit linking proprietary applications with
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
Public License instead of this License. But first, please read
|
Public License instead of this License. But first, please read
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
3
PATCHNOTES.md
Normal file
3
PATCHNOTES.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
### Version 1.11.0 / 04.05.2020
|
||||||
|
|
||||||
|
CryptoGX was uploaded for the first time on github
|
50
README.md
Normal file
50
README.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
**_cryptoGX_** - just another en- / decryption software
|
||||||
|
|
||||||
|
- [Introduction](#introduction)
|
||||||
|
- [Downloads](#Downloads)
|
||||||
|
- [Usage](#Usage)
|
||||||
|
- [License](#License)
|
||||||
|
|
||||||
|
# Introduction
|
||||||
|
|
||||||
|
**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).
|
||||||
|
|
||||||
|
# Downloads
|
||||||
|
|
||||||
|
| 1.11.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) |
|
||||||
|
| [Windows installer](https://dl.dropbox.com/s/lq9kuv4erv39y3n/cryptoGX_1.11.0_win_setup.exe?dl=0) |
|
||||||
|
|
||||||
|
**NOTE**: If you download one of the windows executables (`.exe`) your antivirus may scan the file(s)
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
The `.jar` file can be started with and without arguments.
|
||||||
|
If it gets called without arguments the GUI will launch normaly.
|
||||||
|
If it gets called with arguments, the GUI won't launch. The usage of arguments are described below.
|
||||||
|
|
||||||
|
Command line arguments:
|
||||||
|
```
|
||||||
|
Usage AES:
|
||||||
|
|
||||||
|
Text en- / decryption
|
||||||
|
encrypt: <cryptoGX jar file> AES <key> <salt> encrypt <string>
|
||||||
|
decrypt: <cryptoGX jar file> AES <key> <salt> decrypt <encrypted string>
|
||||||
|
|
||||||
|
File en- / decryption
|
||||||
|
encrypt: <cryptoGX jar file> AES <key> <salt> encrypt <path of file to encrypt> <encrypted file dest>
|
||||||
|
decrypt: <cryptoGX jar file> AES <key> <salt> decrypt <encrypted file path> <decrypted file dest>
|
||||||
|
|
||||||
|
Secure delete file: <iterations> <path of file to delete>");
|
||||||
|
```
|
||||||
|
or type `<cryptoGX jar file> -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
|
Loading…
x
Reference in New Issue
Block a user