need help in learning AES algo.
-
hello friends, i am an engg. student. i ma building an data encrypter and decrypter application in c. I want to use some algo. . after searching on net i came to know about AES algo. I tried to learn from net but i just can't get i bit in y mind. please help me friends . can anyone tell me how aes works using some example in a simple way. please let me know if there are other algo present for text file encryption and decryption.
-
hello friends, i am an engg. student. i ma building an data encrypter and decrypter application in c. I want to use some algo. . after searching on net i came to know about AES algo. I tried to learn from net but i just can't get i bit in y mind. please help me friends . can anyone tell me how aes works using some example in a simple way. please let me know if there are other algo present for text file encryption and decryption.
This may help you: A C++ Implementation of the Rijndael Encryption/Decryption method[^]
Best wishes, Hans