Agilebits 1Password support and Design Flaw?
#37
atom, you are doing the AES decryption on GPU? I guess you are using the table-based approach (such as what OpenSSL does and not what the AES sample from AMD APP SDK does). Do you store the expanded key in local memory or you are doing that on-the-fly? Asking about that because AES decryption is funny if you are doing the key scheduling on-the-fly, for some time I thought that would be impossible, but it is possible and quite feasible, you can even "pre-cache" some data to save some ALU operations on each round.


Messages In This Thread
RE: Agilebits 1Password support and Design Flaw? - by gat3way - 04-17-2013, 11:27 PM