egandunning / learn-crypto

PLU Computer Science Capstone project 2016-2017. A cryptography learning tool.
MIT License
2 stars 0 forks source link

Parallelize hash breaking. #12

Open egandunning opened 8 years ago

egandunning commented 8 years ago

Parallelize hash breaking algorithms on the GPU. Or use POSIX threads. https://en.wikipedia.org/wiki/POSIX_Threads 13

egandunning commented 7 years ago

Multithreading in Qt: http://doc.qt.io/qt-4.8/threads.html

QtConcurrent: http://doc.qt.io/qt-4.8/threads-qtconcurrent.html

QtConcurrent 5.8: http://doc.qt.io/qt-5/qtconcurrent-index.html