Weekly-Build--20220417
Pre-release
Pre-release
simlei
released this
17 Apr 10:23
·
143 commits
to develop
since this release
For macOS: Please follow these instructions:
- Download and install JRE 11 — Corretto — for macOS (Other JREs for OSX may work, but for example, "temurin" by OpenJDK shows some yet unresolved problems).
- JCrypTool currently does not sign its weekly releases with a key that is known to Apple. As a consequence, the application may be flagged as not trustworthy. To run this release under macOS, do:
- Dowload the JCrypTool and extract the .tar.gz file by double clicking it.
- In a terminal window (the terminal app comes with every macOS installation), run the following command:
sudo xattr -r -d com.apple.quarantine ~/Downloads/jcryptool.app
(assuming you extracted JCrypTool directly in the folder "Downloads"; otherwise, adapt the command accordingly. The .app
file ending should be kept.)
- Start the extracted app.
These steps only have to be done this once — the next times JCrypTool ist started they are not necessary.