checkpw

checks password which is stored in ~/Maildir/.password

Install

All systems
curl cmd.cat/checkpw.sh
Debian Debian
apt-get install checkpw
Ubuntu
apt-get install checkpw
image/svg+xml Kali Linux
apt-get install checkpw
Windows (WSL2)
sudo apt-get update sudo apt-get install checkpw
Raspbian
apt-get install checkpw

checkpw

checks password which is stored in ~/Maildir/.password

checkpw is an implementation of the checkpassword interface that checks a password against a ``.password'' file in the user's Maildir. The password file has read and write permissions to the user only. The code is in the public domain. The original checkpassword program and interface specification is written by D. J. Bernstein: http://cr.yp.to/checkpwd.html