Skip to content

Einfache Verschlüsselung und Entschlüsselung von Texten aller Art

License

Notifications You must be signed in to change notification settings

DavidLokison/CryptoDoctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoDoctor

Einfache Ver- und Entschlüsselung von Texten aller Art.

Um dieses Werkzeug zu starten gibt es mehrere Möglichkeiten:

  1. Automatische Softwareeinstellungen zum Starten des Jarfiles nutzen
    Doppelklicken auf die CryptoDoctor-version.jar Datei.
  2. Terminal zum starten des Jarfiles nutzen
    In das Terminal den Befehl eingeben "java -jar [Pfad zur CryptoDoctor-version.jar]
  3. 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"

About

Einfache Verschlüsselung und Entschlüsselung von Texten aller Art

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages