
KpGen
Source (link to git-repo or to original if based on someone elses unmodified work):
Version 1.2 Beta 2
* Installation system drastically improved(Read the Readme.txt)
* Added the uninstall option
* Added kpgen.desktop
* Added the Git Version Number on the About Tab
* Added the custom version option
Version 1.2 Beta
* Increase compatibility with windows32 build
* Decreased the size of options Panel
Version 1.1 Beta
* Changed the options Panel (only icons show now)
* Reformulated the about page
- Added the Build with QT version 4.x and
using Qt Version 4.x
- Added a translators credits page
* New pt_BR translation added
* new pt_PT translation added
* Fixed links to open in default browser and default email client
* Fixed the readme.txt
* Added "make install" option
Version 1.0 Beta
* New Icons
(I Hope you liked. I'm a programmer, not a designer).
* Quality progress bar now have different colors
depending on the password strength.
* The Save Log button now works.
* The bug that was freezing the program when stacked
reached 0 is now fixed.
* The restore defaults button now works.
* Removed the "start minimized" check button.
* Fixed a bug that was giving false 0 bit passwords.
* Kpgen now checks if there is an system tray available.
* Fixed a bug that prevented Random Generator options to
synchronize with the system tray alias option.
Ratings & Comments
8 Comments
Hello, it bug (with cpu at 100% and unable to start) with kde 4.4 and qt 4.6 under linux. Can you fix it?
QMAKESPEC set to linux-g++ overrides mkspec of selected qt /usr/share/qt4/mkspecs/linux-g++ Running build steps for project kpgen... Starting: /usr/bin/qmake /home/user/kpgen/src/kpgen.pro -spec /usr/share/qt4/mkspecs/linux-g++ -r Exited with code 0. Starting: /usr/bin/make -w make: Entering directory `/home/user/kpgen/src' /usr/bin/make -f Makefile.Debug make[1]: Entering directory `/home/user/kpgen/src' /usr/bin/uic kpgen.ui -o .ui/ui_kpgen.h g++ -c -pipe -g -Wall -W -D_REENTRANT -DKPGEN_USE_SYSTEM_TRAY -DKPGEN_USE_CRYPTOPP -DTRANSLATION_PATH= -DKPGEN_VERSION= -DKPGEN_CUSTOM_VERSION= -DKPGEN_BUILDNUMBER= -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.moc -I.ui -o .obj/main.o main.cpp In file included from main.cpp:30: kpgen.h:46:28: error: cryptopp/tiger.h: No such file or directory kpgen.h:47:31: error: cryptopp/whrlpool.h: No such file or directory kpgen.h:48:29: error: cryptopp/ripemd.h: No such file or directory kpgen.h:51:26: error: cryptopp/md2.h: No such file or directory kpgen.h:52:26: error: cryptopp/md4.h: No such file or directory kpgen.h:53:26: error: cryptopp/md5.h: No such file or directory kpgen.h:55:26: error: cryptopp/sha.h: No such file or directory kpgen.h:56:26: error: cryptopp/hex.h: No such file or directory In file included from kpgen.h:64, from main.cpp:30: randomgenerator.h:33:31: error: cryptopp/randpool.h: No such file or directory randomgenerator.h:34:28: error: cryptopp/osrng.h: No such file or directory In file included from kpgen.h:64, from main.cpp:30: randomgenerator.h:61: error: 'CryptoPP' has not been declared randomgenerator.h:61: error: ISO C++ forbids declaration of 'RandomPool' with no type randomgenerator.h:61: error: expected ';' before 'ranPool' randomgenerator.h:62: error: 'CryptoPP' has not been declared randomgenerator.h:62: error: ISO C++ forbids declaration of 'AutoSeededRandomPool' with no type randomgenerator.h:62: error: expected ';' before 'autoRanPool' make[1]: Leaving directory `/home/user/kpgen/src' make[1]: *** [.obj/main.o] Error 1 make: *** [debug] Error 2 make: Leaving directory `/home/user/kpgen/src' Exited with code 2. Error while building project kpgen When executing build step 'Make'
Do you have Crypto++ installed?
You seem not to have Crypto++ installed. As it says on the readme Kpgen requires Crypto++ libraries. See your distro documentation on how to install Crypto++ libraries. In some Linux distributions Crypto++ have 2 packages, one for development and other with the dynamic libraries. Kpgen requires both packages in this case. The development one at compilation, and the dynamic library at runtime. The development library can be removed after compilation and installation
hey, looks really nice. i'll give it a try in the next day (for the next password i need ;) ) best regards, jal
Thanks. There's nothing better than someone recognizing your work. Even in a lame application like this one. If you can please give back some feedback.
ok. so first point. for ubuntu/kubuntu users: you need to install libcrypto++7 and libcrypto++-dev. then layout: can't change window size (fixed size?). have to scroll in the section overview on the left side... links in "general" don't work (either email). see here http://imagebin.org/52657 in the readme.txt: you've written that kpgen needs Cryto++: doesn't it name cyrpto++? same thing in the "general" section. tray icon worked flawlessly, app seems to work good (at least for me). thank!
First! Thank you very much for your reply. Is feedback like yours that keeps the program alive, and the developers interested. I will try to fix those issues pronto. About cryto++, yes, it mean's Crypto++. Thank you for pointing that out. My English is far from perfect, since I'm Portuguese, and some times I'm too lazy to pass everything I write trough a check spelling program. Since I'm not a native English speaker, if some of you have any suggestion about how something should be called rather than the game I've gave it I will gladly thank you and consider your suggestion. About the fixed layout. Yes, that's a feature. For the moment I like it that way. If in the future's feedback from other users they point that out too, I will consider changing it, or making a pool for the best choice. Ps: It's ratter amazing how many companies survive on open source software. I've just launched kpgen 1.0 beta on Sunday, and Softpedia already email me about including the software on their database. Making a quick search on Google reveals kpgen in places I wouldn't imagine.