Is it possible to view encrypted CANbus messages in Wireshark?

asked 2019-02-27 02:38:13 +0000

updated 2019-02-27 02:40:27 +0000

Guy Harris gravatar image

I am working on a project to secure CAN message sent along the CAN bus.I am using the various cryptographic techniques to ensure security.So the message sent by the sender has to be hashed and then the hashed message is received at the receiver side .Can this hashed message be viewed in wireshark?

edit retag flag offensive close merge delete

Comments

I am working on a project to secure CAN message sent along the CAN bus.

Does that mean that there is currently no standard for encrypted CANbus messages, and you're working on developing an encryption mechanism for CANbus?

Guy Harris gravatar imageGuy Harris ( 2019-02-27 02:41:50 +0000 )edit

No there are encryption standards available to encrypt the CAN message But I am trying to combine various cryptographic techniques together. Initially, I want to implement the very basic cryptographic technique hash and see how it works in order to proceed further

Prriyamvradha gravatar imagePrriyamvradha ( 2019-02-27 02:47:30 +0000 )edit

Not sure if CAN bus messages get encrypted since my friends developed computer control for Acura via CAN bus to build autonomous car. Contact Eugene Kaspersky since he has developed OS devoted entirely for cars, preventing the injection of CAN bus messages from laptop.

I have to check what, if any CAN bus message can be saved with Wireshark for my bluetooth based OBDII plug.

darius gravatar imagedarius ( 2019-02-27 23:37:46 +0000 )edit