A cross-platform Chinese passphrase generator written in C++, using Qt and libsodium.
Windows binary can be downloaded on the release page.
阅读中文版本
Randomness of this passphrase generator is provided through libsodium's random data generator, which is considered cryptographically secure. However, the program itself is not designed with strong security in mind. Please only use it on secure personal computers. For important, high security passphrases, please use physical dice to generate.
Source code posted here is written and tested on Windows 7 in Qt Creator, using MSVC 2015, Qt 5.9 and libsodium-1.0.12. Some variables in ZhPwdGen.pro might need modification for a successful compilation under other environments.