Skip to content
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. Security: 433 RFX vs Mysensors security
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Security: 433 RFX vs Mysensors security

Scheduled Pinned Locked Moved General Discussion
15 Posts 5 Posters 1.8k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mfalkviddM mfalkvidd

    @chbla when combined with encryption, the MySensors signing does a pretty good job of obfuscating what is going on. But since the mere existance of a radio message leaks information, encryption does not solve the problem. Sending fake radio messages at random intervals might be a good way to further obfuscate what is going on, but if an attacker sets up a camera or tracks your phone there will be information leakage again.

    C Offline
    C Offline
    chbla
    wrote on last edited by
    #6

    @mfalkvidd said in Security: 433 RFX vs Mysensors security:

    @chbla when combined with encryption, the MySensors signing does a pretty good job of obfuscating what is going on. But since the mere existance of a radio message leaks information, encryption does not solve the problem. Sending fake radio messages at random intervals might be a good way to further obfuscate what is going on, but if an attacker sets up a camera or tracks your phone there will be information leakage again.

    Do you have any links to what people use already in terms of encryption?
    In any way it's a valid point to say that the likelihood of someone actually monitoring this is quite low.
    However, since those chinese 433mhz devices are used so often, it's a bad feeling.
    If only they weren't that cheap :)

    I wonder how others are doing it, or if most people just ignore that problem?

    mfalkviddM Nca78N 2 Replies Last reply
    0
    • C chbla

      @mfalkvidd said in Security: 433 RFX vs Mysensors security:

      @chbla when combined with encryption, the MySensors signing does a pretty good job of obfuscating what is going on. But since the mere existance of a radio message leaks information, encryption does not solve the problem. Sending fake radio messages at random intervals might be a good way to further obfuscate what is going on, but if an attacker sets up a camera or tracks your phone there will be information leakage again.

      Do you have any links to what people use already in terms of encryption?
      In any way it's a valid point to say that the likelihood of someone actually monitoring this is quite low.
      However, since those chinese 433mhz devices are used so often, it's a bad feeling.
      If only they weren't that cheap :)

      I wonder how others are doing it, or if most people just ignore that problem?

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by
      #7

      @chbla this is what MySensor provides:
      https://www.mysensors.org/apidocs/group__SecuritySettingGrpPub.html

      1 Reply Last reply
      1
      • C chbla

        @mfalkvidd said in Security: 433 RFX vs Mysensors security:

        @chbla when combined with encryption, the MySensors signing does a pretty good job of obfuscating what is going on. But since the mere existance of a radio message leaks information, encryption does not solve the problem. Sending fake radio messages at random intervals might be a good way to further obfuscate what is going on, but if an attacker sets up a camera or tracks your phone there will be information leakage again.

        Do you have any links to what people use already in terms of encryption?
        In any way it's a valid point to say that the likelihood of someone actually monitoring this is quite low.
        However, since those chinese 433mhz devices are used so often, it's a bad feeling.
        If only they weren't that cheap :)

        I wonder how others are doing it, or if most people just ignore that problem?

        Nca78N Offline
        Nca78N Offline
        Nca78
        Hardware Contributor
        wrote on last edited by
        #8

        @chbla said in Security: 433 RFX vs Mysensors security:

        @mfalkvidd said in Security: 433 RFX vs Mysensors security:

        @chbla when combined with encryption, the MySensors signing does a pretty good job of obfuscating what is going on. But since the mere existance of a radio message leaks information, encryption does not solve the problem. Sending fake radio messages at random intervals might be a good way to further obfuscate what is going on, but if an attacker sets up a camera or tracks your phone there will be information leakage again.

        Do you have any links to what people use already in terms of encryption?
        In any way it's a valid point to say that the likelihood of someone actually monitoring this is quite low.
        However, since those chinese 433mhz devices are used so often, it's a bad feeling.
        If only they weren't that cheap :)

        I wonder how others are doing it, or if most people just ignore that problem?

        With a 433MHz device you just have to use a similar device than the one installed and trigger it while you enter. It will mess the signal and the sensor will never know it didn't reach destination.
        With MySensors you can resend regularly to transmit information as soon as radio link is back and you can also send regular messages to confirm the sensor is still active and reachable. If you don't get the expected message you can trigger an alert.
        I would do the opposite and use 433MHz with temp sensors and MySensors (with signature + encryption) for any security related sensor.

        1 Reply Last reply
        1
        • C Offline
          C Offline
          chbla
          wrote on last edited by
          #9

          Thanks for the explanation! I will now rather invest into more Mysensor nodes + RFM69 as it's simply more flexible.

          @Nca78 the reason I'm also using mysensors on the temp nodes is that it allows me to use custom sensors (for these types mostly BME280/680).

          Nca78N 1 Reply Last reply
          1
          • C chbla

            Thanks for the explanation! I will now rather invest into more Mysensor nodes + RFM69 as it's simply more flexible.

            @Nca78 the reason I'm also using mysensors on the temp nodes is that it allows me to use custom sensors (for these types mostly BME280/680).

            Nca78N Offline
            Nca78N Offline
            Nca78
            Hardware Contributor
            wrote on last edited by
            #10

            @chbla said in Security: 433 RFX vs Mysensors security:

            (for these types mostly BME280/680).

            Do you make your own board or you buy some breakout boards for BME680 ?

            C 1 Reply Last reply
            0
            • Nca78N Nca78

              @chbla said in Security: 433 RFX vs Mysensors security:

              (for these types mostly BME280/680).

              Do you make your own board or you buy some breakout boards for BME680 ?

              C Offline
              C Offline
              chbla
              wrote on last edited by
              #11

              @nca78, unfortunately, I can't make my own boards so I have to use breakout boards.
              However, it's not really a problem as I want to stay flexible anyway.

              Nca78N 1 Reply Last reply
              0
              • C chbla

                @nca78, unfortunately, I can't make my own boards so I have to use breakout boards.
                However, it's not really a problem as I want to stay flexible anyway.

                Nca78N Offline
                Nca78N Offline
                Nca78
                Hardware Contributor
                wrote on last edited by
                #12

                @chbla and where do you buy them ?

                C 1 Reply Last reply
                0
                • Nca78N Nca78

                  @chbla and where do you buy them ?

                  C Offline
                  C Offline
                  chbla
                  wrote on last edited by
                  #13

                  @nca78 I'm still deciding what to use. Pro Mini if I don't find anything better.

                  Nca78N 1 Reply Last reply
                  0
                  • C chbla

                    @nca78 I'm still deciding what to use. Pro Mini if I don't find anything better.

                    Nca78N Offline
                    Nca78N Offline
                    Nca78
                    Hardware Contributor
                    wrote on last edited by
                    #14

                    @chbla said in Security: 433 RFX vs Mysensors security:

                    @nca78 I'm still deciding what to use. Pro Mini if I don't find anything better.

                    I'm interested in where you buy your BME680 breakout boards, there are not so many around :)

                    C 1 Reply Last reply
                    0
                    • Nca78N Nca78

                      @chbla said in Security: 433 RFX vs Mysensors security:

                      @nca78 I'm still deciding what to use. Pro Mini if I don't find anything better.

                      I'm interested in where you buy your BME680 breakout boards, there are not so many around :)

                      C Offline
                      C Offline
                      chbla
                      wrote on last edited by
                      #15

                      @nca78 said in Security: 433 RFX vs Mysensors security:

                      @chbla said in Security: 433 RFX vs Mysensors security:

                      @nca78 I'm still deciding what to use. Pro Mini if I don't find anything better.

                      I'm interested in where you buy your BME680 breakout boards, there are not so many around :)

                      I think I bought them here: http://www.watterott.com/de/BME680-Breakout
                      I'm located in Austria

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      15

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.0k

                      Posts


                      Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular