Encrypted / Secured Rosbag

asked 2022-03-23 06:16:17 -0500

LauRe gravatar image

updated 2022-03-23 07:46:49 -0500

Hello everyone,

Is there a possibility or standard way to encrypt/secure rosbags? I want to record camera images, which cannot be viewed unless I provide a password or reverse the encryption. I could do this manually with gpg, but maybe there is a more elegant way?

Best Regards L

edit retag flag offensive close merge delete

Comments

Quick comment: rosbag --help lists rosbag encrypt and rosbag decrypt. I don't believe there is support for on-the-fly encryption (ie: while recording).

gvdhoorn gravatar image gvdhoorn  ( 2022-03-23 13:59:13 -0500 )edit

Thank you for your answer. It seems that the rosbag encyption defaults to using GPG keys, which would not be viable for my application purpose. I will continue to look into rosbag encrypt.

LauRe gravatar image LauRe  ( 2022-03-24 05:26:51 -0500 )edit