Limiting UART access

arkhantum
Posts: 5
Joined: Tue Nov 18, 2014 1:35 pm

Limiting UART access

Postby arkhantum » Sun Jan 11, 2015 1:23 pm

hi guys,
i am newbie here
is it possible to do s/w secure lock once we download the bin into esp ?
so inappropriate people could not access the LOG from our UART, except they have the right key.
How can we do that ?
Thank you :D 8-) :?

alexAria
Posts: 3
Joined: Sat Jan 10, 2015 3:27 am

Re: Limiting UART access

Postby alexAria » Mon Jan 19, 2015 5:58 pm

You can encrypt data with a KEY before sending to UART , and when you want to see data,you can decrypt it with your own app+KEY.

arkhantum
Posts: 5
Joined: Tue Nov 18, 2014 1:35 pm

Re: Limiting UART access

Postby arkhantum » Sat Jan 24, 2015 11:19 pm

alexAria wrote:You can encrypt data with a KEY before sending to UART , and when you want to see data,you can decrypt it with your own app+KEY.

Hi alex..
Do you have any refference code for doing this?
Would you mind to share it. I am a noob in this encryption methode field.
Thanks

User avatar
rudi
Posts: 197
Joined: Fri Oct 24, 2014 7:55 pm

Re: Limiting UART access

Postby rudi » Sun Jan 25, 2015 11:48 pm

arkhantum wrote:
alexAria wrote:You can encrypt data with a KEY before sending to UART , and when you want to see data,you can decrypt it with your own app+KEY.

Hi alex..
Do you have any refference code for doing this?
Would you mind to share it. I am a noob in this encryption methode field.
Thanks


only a thinking about AES.

likewise!..

loop AES
http://sourceforge.net/projects/loop-aes/
http://loop-aes.sourceforge.net/aespipe/

others: ( arduino ect )
https://github.com/qistoph/ArduinoAES256
http://www.literatecode.com/aes256

AES256 base function ( s-box? )

or/and

AES256 base function <-> prime / second spi s-box

best wishes
rudi ;-)

-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪

arkhantum
Posts: 5
Joined: Tue Nov 18, 2014 1:35 pm

Re: Limiting UART access

Postby arkhantum » Thu Jan 29, 2015 12:10 pm

Hi Rudi,
i am surprised that you here to help,
let me learn it from you,
i am waiting my esp12 dev board now,
thank you..once i get, i will try to apply it,
Thank you

Who is online

Users browsing this forum: No registered users and 198 guests