Don't know if this is the right forum, but the Security forum seemed to be a worse fit.
Anyways, my university is allowing us to design our own ASIC and will have it produced for us. So I'm trying to come up with an idea for what I could make and I was thinking it would be fun to make an ASIC that through brute force tries to find the password to something (ie. one that tries to decrpyt a unix password). The first algorithm that came to mind was AES, but the thing is AES doesn't profit very much from a hardware implementation (maybe a factor of ~3), so I'm looking for suggestions on encryption algorithms that profit more from a hardware implementation?
On a separate note, how would one go about trying to brute force decrypt some sort of a message if one has no idea about the encrypted text. If you assume that the encrypted text is human conversation, then you could look for a certain regularity and number of characters between spaces, but this doesn't seem like an implementable method for any information in general..
Thanks
Disclaimer: this is purely for educational/research purposes.
Anyways, my university is allowing us to design our own ASIC and will have it produced for us. So I'm trying to come up with an idea for what I could make and I was thinking it would be fun to make an ASIC that through brute force tries to find the password to something (ie. one that tries to decrpyt a unix password). The first algorithm that came to mind was AES, but the thing is AES doesn't profit very much from a hardware implementation (maybe a factor of ~3), so I'm looking for suggestions on encryption algorithms that profit more from a hardware implementation?
On a separate note, how would one go about trying to brute force decrypt some sort of a message if one has no idea about the encrypted text. If you assume that the encrypted text is human conversation, then you could look for a certain regularity and number of characters between spaces, but this doesn't seem like an implementable method for any information in general..
Thanks
Disclaimer: this is purely for educational/research purposes.
Last edited:
