I am a CUDA developer, I am assisting undergrad students in implementing AES on GPU. They don't have much knowledge about cryptography also this is the first time I am working on it. I have a few questions if anyone could answer them.
How do we implement the AES, I mean what should be the best DATA to encrypt and show speedup on GPU? Should we encrypt some CD? Or sensitive data such as Credit card numbers? In short, what should be our data source?
What mode of operation of AES in well suitable for GPU?
The students were asked about the Input bit stream rate, would anyone shed light on this one? Cause the way I thought was, it should be dependent on the data size. And that comparison can be drawn between GPU and CPU on the basis of datasize.
Thanks in advance.