Press "Enter" to skip to content

Random Wordlist Generator 0.2 in Qt5 released

Francesco Mondello 0

I’m glad to announce the second release and the second port of one of my software in Qt5 after the Ascii Design latest version.

Random Wordlist Generator, the multiplatform program useful for generating random passwords to test your wireless security, can now be compiled with Qt5 from source.

The Windows binary version includes the latest Qt5 libraries so there are no relevant changes.

To compile the program on Linux you need the Qt5 development packages installed on your sistem and you have to run the following commands:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

You can download the source packages and the Windows binaries from here: http://random-wordlist-generator.sourceforge.net/

Comments are closed.