Skip to content
Snippets Groups Projects
Commit 81d167f0 authored by Felix Gerking's avatar Felix Gerking
Browse files

Add setaeskey and decryptaes functions

New functions:
* setaeskey: Read text file and inject key with aes policies
* decryptaes: Use a aes key stored in the SE to decrypt a given input file

Limitations:
* The decryption can only handle input files smaller or equal 512 bytes
* The decryptaes function can not handle salted input files
* The address issue is still present (see previous commit)

The example is only intended to show the se05x API usage and has multiple
security issues. Therefore, do not use this example in productive cases.
parent bd43155c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment