named-data-iot / ndn-lite

A lightweight NDN protocol stack with high-level application support including security bootstrapping, access control, trust management, etc.
https://ndn-lite.named-data.net
GNU Lesser General Public License v3.0
44 stars 16 forks source link

whether NDN-lite provides the function of encrypting interest #46

Closed Heath68 closed 5 years ago

Heath68 commented 5 years ago

Hello, I'm not sure whether NDN-lite provides the function of encrypting interest,I watched code of the board and didn't find any encryption on interests sent out.Can you tell me some details?Thank you so much.

tianyuan129 commented 5 years ago

Generally speaking, if you want to carry encrypted information in an Interest, you can do it by encrypting Interest Parameters. The APIs are simply missing there, but they should have similar interfaces as Data Content Encryption .