How To Install and Use CrypTool 2 in Linux

Sdílet
Vložit
  • čas přidán 2. 05. 2023
  • #cryptology, #cryptography, #cryptanalysis
    In this video, we show how to install and run CrypTool 2 in Linux. We use a Xubuntu Linux and Bottles. The video gives you a step-by-step tutorial how to install and use CT2 in Linux.
    Used softwares:
    - Xubuntu: xubuntu.org/
    - Flatpak: flatpak.org/
    - Bottles: usebottles.com/
    - Wine (comes with Bottles): www.winehq.org/
    - Mono (we install using Bottles): www.mono-project.com/
    To use the following commands, copy each command WITHOUT the dollar sign $.
    Commands to install Flatpak (flatpak.org/setup/Ubuntu):
    $ sudo apt install flatpak
    $ flatpak remote-add --if-not-exists flathub flathub.org/repo/flathub.flat...
    Commands to install Bottles using Flatpak (flathub.org/apps/com.usebottl...
    $ flatpak install flathub com.usebottles.bottles
    $ flatpak run com.usebottles.bottles
    If you are interested in learning the fundaments of cryptology, let me invite you to have a look at our video series about the basics of cryptology, also for beginners: • Basics of Cryptology -...
    You can download the latest version of CrypTool 2 from here: www.cryptool.org/en/ct2/downl...
    Visit my blog: www.kopaldev.de
    Join Discord server: / discord

Komentáře • 10

  • @timetraveller6643
    @timetraveller6643 Před rokem +2

    Yay! Thank you Miki and Nils!

  • @MikiStrange
    @MikiStrange Před rokem +2

    Really glad you got it working. 😃

  • @mauroscarpa9258
    @mauroscarpa9258 Před rokem +1

    Great video, Nils! Thank you

  • @aethrya
    @aethrya Před rokem +1

    Well Nils, my dream _did_ come true! I've been pestering you for a couple years now to get it working on ANYTHING BUT WINDOWS (yuck) lol. I will shut up now! 😊
    Thanks Miki for the tip. Gonna install this on my Linux netbook!

  • @user-op1nb7fq6s
    @user-op1nb7fq6s Před rokem +1

    Great video!

  • @bernhardesslinger2666
    @bernhardesslinger2666 Před rokem +1

    You said, that the online help of CT2 doesn't run in the Bottles environment under Ubuntu, because the online help needs the MS Internet explorer. As the Internet Explorer is already depricated and MS recommends Edge, isn't it possible to make CT2 just ask for "any" browser, not just the Internet Explorer?

    • @CryptographyForEverybody
      @CryptographyForEverybody  Před rokem

      Hiho,
      not when it is integrated in CT2 :-) Maybe we can try to detect if it runs and if not, open it in an external browser :-)

  • @FalcoGer
    @FalcoGer Před 2 měsíci

    I really wish there was a linux native alternative. or at least something that can run in mono.
    I tried following the instructions, but I've had lots of issues. bottles wouldn't create a new bottle, failing to install microsoft fonts, used bottle-cli to make one. dotnet46 wouldn't install (supposedly already installed), ignored that. After that cryptool installed, but then nothing happened when i tried to launch it. ran dotnet46 installer with /reinstall argument, said it did reinstall. still nothing.
    Spending 3 hours to install this thing, only for it to not work.

    • @FalcoGer
      @FalcoGer Před 2 měsíci +2

      What worked for me:
      sudo apt install wine winetricks mono-runtime
      winetricks -q dotnet48
      winetricks -q dxvk
      winetricks -q d3dcompiler_47
      wine reg add "HKCU\\SOFTWARE\\Microsoft\\Avalon.Graphics" /v DisableHWAcceleration /t REG_DWORD /d 1 /f
      wine /path/to/installer.exe