⌨️ ENCRYPT YOUR KEYSTROKES WITH KLOAK ⌨️

Lord777

Professional
Messages
2,577
Reaction score
1,561
Points
113
A tool from whonix, which anonymize your keystrokes, is available as Debian packet or from source at github.

Github Link:

Installation Repository:
Code:
wget https://www.whonix.org/patrick.asc
sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg add patrick.asc
echo "deb https://deb.whonix.org buster main contrib non-free" | sudo tee /etc/apt/sources.list.d/whonix.list
sudo apt-get update
sudo apt-get install kloak

Installation from source:
Code:
wget https://github.com/vmonaco/kloak/archive/refs/heads/master.zip
unzip master.zip
cd master
make all
sudo ./kloak -v

Testing your keystroke biometrics:

You can use a delay, example -d 200:
Code:
sudo ./kload -d 200
 
Top