Einfache Ver- und Entschlüsselung von Texten aller Art.
Um dieses Werkzeug zu starten gibt es mehrere Möglichkeiten:
- Automatische Softwareeinstellungen zum Starten des Jarfiles nutzen
Doppelklicken auf die CryptoDoctor-version.jar Datei. - Terminal zum starten des Jarfiles nutzen
In das Terminal den Befehl eingeben "java -jar [Pfad zur CryptoDoctor-version.jar] - Terminal zum Starten des Codes nutzen
Im Terminal zum Pfad des Codes wechseln ("cd [Pfad]")
Befehl eingeben "javac de/cryptodoctor/Cryptodoctor.java"
Befehl eingeben "java de/cryptodoctor/CryptoDoctor"
-----------------------------------------------------------------------------------------------------------------------
Easy encryption and decryption of texts
To run this tool, you have to have a valid Java Runtime 7 (or higher) installed.
You have different possibilities to run the program.
1. Run from Jarfile (JRE-automatic-run)
Double-click on "CryptoDoctor-version.jar" this will (hopefully) cause the JRE to start CryptoDoctor.
2. Run from Jarfile (Command Prompt)
Simply type "java -jar [Path to CryptoDoctor-version.jar]" into your Command Line and press the Enter Button.
3. Run from Code
CD to source folder ("cd [path]")
Type "javac de/cryptodoctor/Cryptodoctor.java"
Type "java de/cryptodoctor/CryptoDoctor"