otp
Heimdal Kerberos - clients
Install
- All systems
-
curl cmd.cat/otp.sh
- Debian
-
apt-get install otp
- Ubuntu
-
apt-get install otp
- Kali Linux
-
apt-get install otp
- Fedora
-
dnf install otp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install otp
- Raspbian
-
apt-get install otp
- Dockerfile
- dockerfile.run/otp
heimdal-clients
Heimdal Kerberos - clients
Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. It also includes client programs like telnet and ftp that have been compiled with Kerberos support.
otp
Generator for One Time Pads or Passwords
otp creates key and password lists for verification and security purposes in a variety of formats. Keys can be of any length, consist of digits or letters (capital or lower case), and alphabetic passwords can either be entirely random (most secure) or obey the digraph statistics of English text (easier to remember when transcribing, but less secure). For computer applications, for example one-time login passwords, otp can create a file containing the MD5 signature of each of the generated keys. This permits the computer to verify keys without the need to store the keys in plaintext.
heimdal-workstation
workstations
heimdal-dbg
Heimdal Kerberos - debugging symbols
Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. This package contains the debugging symbols for all heimdal libraries.