[cryptography] Introducing Bletchley

2013-08-14 Thread Timothy D. Morgan
I've made an initial release of Bletchley, which is a collection of cryptanalysis tools I've been working on for a while. The focus of the project is to make black-box detection and exploitation of common cryptography problems easier. Bletchley is still in the early stages of development and

Re: [cryptography] Introducing Bletchley

2013-08-14 Thread Timothy D. Morgan
Hi coderman, cool! the threading support is useful, however, no native optimizations yet - is this on the radar? how about workers with OpenCL / CUDA kernels? Well, the goal of multithreading with POA is to overcome network latency. Almost all of the attacks I implement are online attacks