contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 25 forks source link

How to implement necryption/decryption flow between udp-cleint and udp-server #12

Open jabberimaher opened 4 years ago

jabberimaher commented 4 years ago

Hello, please i need to implement an encryption algorithm like AES to analyse the flow between client udp and server udp, so hwo to modify udp-cleint.c and udp-server.c to exchange message encrypted by client and decrypted by server. best regards