Shuffled random and customizable password generator.
- Support for languages: Arabic, English, French, Japanese, Spanish.
- Generates passwords of variable length, from 1 to 512 characters.
- Support for custom characters.
- TrayIcon Available
- Modular source code
- Cross-Platform
- Windows, MacOS and Linux.
Windows: No requirements
Linux: Any X11/Xorg-based windowing system, QT-6
MacOS: Unknown.
qmake
make
./build/bin/GenXPasswordOpen a terminal in the root folder of GenXPassword, then follow the instructions for your operating system.
For Arch and Arch-based systems:
chmod +x ./install_scripts/install.sh
sudo ./install_scripts/install.shFor Debian and Debian-based systems (Ubuntu, Mint, etc.):
chmod +x ./install_scripts/install_debian.sh
sudo ./install_scripts/install_debian.shchmod +x ./install_scripts/install_macos.sh
sudo ./install_scripts/install_macos.sh

