-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add AES encrypt/decrypt support for SE05X on Arduino with two example sketches #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
OK, the building process failed with
but this are exactly the 3 functions I added to SE05X.c / SE05X.h library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works as expected. Thanks @jowin202
Hello, |
Oh I see the changes are already here now. Yes, I added HMAC to my personal fork, but I don't know if this is working and ready for being included into the main branch. |
Ok, so i will take your first commit open a new pr and merge it into main. After that when code is ready you can open a new PR for HMAC support. |
is also 336826e ready? It was not included in the original PR and i've understood you are not sure it is working.
|
It’s also ready from my side. I haven’t figured out how to make a new pull request. |
superseded by #242 |
Hello,
I used the se05x_APDU_apis.h function for block cipher to implement a demonstration example sketch for AES encryption and decryption. I found AES encryption with secure element nowhere (looked for days/hours) and decieded to do it by myself.
Please add this
kind regards