This Section of this site will teach you how to cipher and decipher messages/strings in termux and linux
AnonCrypt is a script made in nodejs which ciphers and deciphers messages or strings which makes you send texts to people without them understanding it. AnonCrypt uses AES192 cipher Encryption type and not HMAC (Hashed-Based Message Authentication Code).
Installation of AnonCrypt is a bit confusing but i make it understandable and detailed too.
pkg update -y && pkg upgrade -y
sudo apt update -y && sudo apt upgrade -y
pkg install git -y
sudo apt install git -y
pkg install nodejs
sudo apt-get install python-software-properties && sudo apt install nodejs
pkg install npm
sudo apt install npm
git clone https://github.com/TermuxHackz/AnonCrypt
cd AnonCrypt && chmod +x *
npm init -y
npm init -y
npm install crypto
npm install prompt-sync
node AnonCrypt.js
I hope the installation of AnonCrypt has been cleared up and easy to use, if you face errors during installation be sure to report them to me and i will help you fix them.