|
|
|
|
|
by afreak
3643 days ago
|
|
No. You cannot effectively use the techniques you can use against SHA/MD5 to attack the three I mentioned. SHA and MD5 can be calculated entirely in a CPU's registers without having to rely on RAM. Bcrypt for example requires the use of a matrix as part of its calculation, slowing down the process. A GPU has so few channels from the processor to memory that it cannot be effectively done in parallel. All one has to do with Bcrypt is just adjust the difficulty and any advances in GPU technology or whatever can be nullified. |
|