Skip to content

Weekly-Build--20220313

Pre-release
Pre-release
Compare
Choose a tag to compare
@simlei simlei released this 13 Mar 21:26
· 146 commits to develop since this release
7bba84a

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.