Dear pals,
We need an AES Encryption/Decryption program in C for college lab (Educational) purpose . So we cannot use any "aes.h" file for
this . We need a C program which simulate the purpose of AES
Input : Text (e.g: Anes P.A)
key (e.g:123op)
Output : Cipher Text using AES
I look this funtionality done in a website : aes.online-domain-tools(dot)com
Please help with a solution point
Thanks,
Anes
We need an AES Encryption/Decryption program in C for college lab (Educational) purpose . So we cannot use any "aes.h" file for
this . We need a C program which simulate the purpose of AES
Input : Text (e.g: Anes P.A)
key (e.g:123op)
Output : Cipher Text using AES
I look this funtionality done in a website : aes.online-domain-tools(dot)com
Please help with a solution point
Thanks,
Anes
Comment