/crypto-scripts

Primary LanguageGoMIT LicenseMIT

crypto-scripts

Outputs gcd, sam and ss with a nice output path

Latest Release Downloads Stars Forks Issues License: MIT
Downloads


Installation | Documentation | Contributing


A small tool to output

  • gcd (greatest common divisor)
  • sam (square-and-multiply)
  • ss (shift cipher for english and german texts)

in a nice way with the computing path.

Nice output designed with PTerm.

Installation

Run the following command in a terminal and you're ready to go!

Windows

iwr -useb instl.sh/floaust/crypto-scripts/windows | iex

macOS

curl -fsSL instl.sh/floaust/crypto-scripts/macos | bash

Linux

curl -fsSL instl.sh/floaust/crypto-scripts/linux | bash