News:

Let's find out together what makes a PIC Tick!

Main Menu

DES ECB on PIC18 is possible?

Started by Mapo, Jan 17, 2025, 08:56 PM

Previous topic - Next topic

Mapo

Does anyone have a trail I can follow?
Also articles explaining how DES works
I only find something in C or Java but for me they are incomprehensible

Thanks

Mapo

See_Mos

I wondered what DES ECB is so I did a search and found this site, and many others,  explaining Data Encryption Standard :-

https://www.tutorialspoint.com/cryptography/data_encryption_standard.htm

It might be possible with an 18F device and it should be possible to translate the code from C.  it would be interesting to see if AI could get close?


Craig

Hi Mapo

Alberto Freixanet did a library on Xtea Encryption, It is different I know but, might help you to better understand and hopefully give you some ideas.
Encryption / Library for xTEA encryption

Craig

Mapo

Guys, thanks for your interest
I have gathered some information, now I am dedicating myself to reading/understanding these articles
Thanks again

Mapo