Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Can anyone help me undersstand, How does an AES algorithm work? What is a Roundkey and what is key? How to use AES in C Language with FILES?
Posted
Comments
virusstorm 7-Jul-15 13:42pm    
Are you trying to implement the AES algorithm your self or are you just trying to understand how it works?

1 solution

If you don't understand something complicated, then the place to start is Google: It led me very quickly to this tutorial series: AES (Rijndael) Explained[^] (You tube, four parts)

As for the implementation and use, Google again is very helpfull: AES in C[^] provides a lot of resources, some of which will be relevant to your environment.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900