The first algorithm appears to have only cursory resemblance to Bruce Schneier's blowfish and twofish algorithms in that it too has a table-based decoder. The second algorithm is more standard encryption using S-box type permutations and lookup tables, and might have started out something like Twofish or Blowfish.
The first algorithm appears to have only cursory resemblance to Bruce Schneier's blowfish and twofish algorithms in that it too has a table-based decoder. The second algorithm is more standard encryption using S-box type permutations and lookup tables, and might have started out something like Twofish or Blowfish.
To install p5.28-crypt-appletwofish, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-crypt-appletwofish
To see what files were installed by p5.28-crypt-appletwofish, run:
port contents p5.28-crypt-appletwofish
To later upgrade p5.28-crypt-appletwofish, run:
sudo port selfupdate && sudo port upgrade p5.28-crypt-appletwofish
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.