You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* {@link ToolCommandlet} for <a href="http://www.jasypt.org/">Jasypt</a>, The java library which allows to add basic encryption capabilities with minimum
@@ -51,7 +50,7 @@ public Jasypt(IdeContext context) {
Copy file name to clipboardexpand all lines: cli/src/main/resources/nls/Help.properties
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ cmd.install.detail=To see all tools available for installation, call "ide help"
48
48
cmd.intellij=Tool commandlet for IntelliJ (IDE)
49
49
cmd.intellij.detail=IntelliJ is a popular Integrated Development Environment for Java developed by JetBrains. Detailed documentation can be found at https://www.jetbrains.com/idea/documentation/
50
50
cmd.jasypt=Tool commandlet for Jasypt (encryption/decryption).
51
-
cmd.jasypt.detail=Jasypt is a library for encrypting and decrypting sensitive data in Java applications. Detailed documentation can be found at http://www.jasypt.org/
51
+
cmd.jasypt.detail=Jasypt is a library for encrypting and decrypting sensitive data in Java applications. Additional Jasypt options like "algorithm" can be configured via variable JASYPT_OPTS. Detailed documentation can be found at http://www.jasypt.org/
52
52
cmd.jasypt.val.command=Modes (encrypt | decrypt)
53
53
cmd.jasypt.val.masterPassword=master password.
54
54
cmd.jasypt.val.secret=The secret to be encrypted or decrypted.
Copy file name to clipboardexpand all lines: cli/src/main/resources/nls/Help_de.properties
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ cmd.install.detail=Die Liste an zur Installation verfügbaren Werkzeugen können
48
48
cmd.intellij=Werkzeug Kommando für Intellij (IDE)
49
49
cmd.intellij.detail=IntelliJ ist eine beliebte Java-Entwicklungsumgebung, von JetBrains entwickelt. Detaillierte Dokumentation ist zu finden unter https://www.jetbrains.com/idea/documentation/
50
50
cmd.jasypt=Werkzeug Kommando für Jasypt.
51
-
cmd.jasypt.detail=Jasypt ist eine Bibliothek zum Verschlüsseln und Entschlüsseln sensibler Daten in Java-Anwendungen. Detaillierte Dokumentation ist zu finden unter http://www.jasypt.org/
51
+
cmd.jasypt.detail=Jasypt ist eine Bibliothek zum Verschlüsseln und Entschlüsseln sensibler Daten in Java-Anwendungen. Zusätzliche Jasypt Optionen wie "algorithm" können mittels der Variable JASYPT_OPTS konfiguriert werden. Detaillierte Dokumentation ist zu finden unter http://www.jasypt.org/
52
52
cmd.jasypt.val.command=Mode (encrypt | decrypt)
53
53
cmd.jasypt.val.masterPassword=master Passwort.
54
54
cmd.jasypt.val.secret=Das zu verschlüsselnde oder zu entschlüsselnde Geheimnis.
Copy file name to clipboardexpand all lines: documentation/setup.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ The latest release of `IDEasy` can be downloaded from https://github.com/devonfw
25
25
Extract the contents of the downloaded archive (`ide-cli-*.tar.gz`) to a new folder and run `setup` in this folder (on windows double-click on `setup.bat`).
26
26
27
27
To get started read the link:usage.adoc[usage].
28
-
After the installation process, you can create a new project by typing: `ide create <project>`, replace `<project>` with your project name.
29
-
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed.
28
+
After the installation process, you can create a new project by typing in bash: `ide create <project>`, replace `<project>` with your project name.
29
+
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed (for further details click link:project.adoc[here]).
0 commit comments