This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

use keil to encrypt

hi all
i need help to compile aes.c in keil µv4 to crypt and decrypt a text and i dont know how to do that i need your help

Parents
  • You don't know how to write a main() ???

    Realize that AES is not meaningful without input and output channels for unencrypted and encrypted data. So it will take way more than just writing a main() to make AES usable on an embedded processor.

    This basically means one of four things:
    - time to learn
    - time to buy the required help
    - time to locate an already existing product
    - time to do something else

Reply
  • You don't know how to write a main() ???

    Realize that AES is not meaningful without input and output channels for unencrypted and encrypted data. So it will take way more than just writing a main() to make AES usable on an embedded processor.

    This basically means one of four things:
    - time to learn
    - time to buy the required help
    - time to locate an already existing product
    - time to do something else

Children
No data