To be clear, almost certainly, QBP!=NP! You definitely can not just "look at everything in parallel". There may possibly be some clever trick that works on a quantum computer but not on a classical computer, but it would be much more complicated -- at the very least, there is no reason to believe a quantum computer can even break arbitrary cryptography, much less find satisfying inputs to circuits.
A quantum computer can efficiently break all currently well-established asymmetric cryptosystems. This is because they are generally based on the hardness of either factoring or discrete log (possibly on elliptic curves) which are all easy in QBP. There are candidates for replacements; this is an area of active research.
A quantum computer can get a quadratic speedup for brute-force-search problems. (not exponential!) If you had a quantum computer, searching an unsorted array of size N would only take O(\sqrt{N}) steps! This means that key sizes would need to double: If you are searching for a 128 bit key by brute force, you would only need 2^64 operations, which is distinctly feasible. However, if you are searching for a 256 bit key by brute force, you would still need 2^128 operations, which is not feasible under reasonable assumptions.
The big thing is quantum simulation -- we could efficiently simulate small systems, which would be really useful for nanotechnology and the like.