Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GenXPassword

Windows macOS Linux

Shuffled random and customizable password generator.

light dark

Features

  • 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.
languages

Requirements

Windows: No requirements
Linux: Any X11/Xorg-based windowing system, QT-6
MacOS: Unknown.

Usage & build

qmake
make
./build/bin/GenXPassword

Installation

Open a terminal in the root folder of GenXPassword, then follow the instructions for your operating system.

Unix like systems

For Arch and Arch-based systems:

chmod +x ./install_scripts/install.sh
sudo ./install_scripts/install.sh

For Debian and Debian-based systems (Ubuntu, Mint, etc.):

chmod +x ./install_scripts/install_debian.sh
sudo ./install_scripts/install_debian.sh

MacOS

chmod +x ./install_scripts/install_macos.sh
sudo ./install_scripts/install_macos.sh