Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Mounted my first Luksbox, protected by a Yubikey.

Mounted my first Luksbox, protected by a Yubikey.

Scheduled Pinned Locked Moved Uncategorized
luksencryptedpartitionvolumefido
13 Posts 5 Posters 51 Views
  • 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.
  • gzobra@infosec.exchangeG gzobra@infosec.exchange

    @cryptax
    Nice, i discover that project through your post.

    @FlUxIuS @Penthertz
    Interesting project, i will try i soon.

    Thank you to both of you

    penthertz@infosec.exchangeP This user is from outside of this forum
    penthertz@infosec.exchangeP This user is from outside of this forum
    penthertz@infosec.exchange
    wrote last edited by
    #4

    @gzobra @cryptax @FlUxIuS feedback are welcomed! If that project can solve problems we had in the past sharing sensitive files and remembering/storing complex passwords, we'd love to know too 🙂

    cryptax@mastodon.socialC 1 Reply Last reply
    0
    • cryptax@mastodon.socialC cryptax@mastodon.social

      Mounted my first Luksbox, protected by a Yubikey. Works very well.

      Compared to Gocryptfs: you have support for FIDO2 keys.

      Compared to veracrypt and truecrypt, the big advantage is you don't have to reserve x Gb for the encrypted partition.

      #luks #encrypted #partition #volume #fido #crypt #file #linux

      return0media@infosec.exchangeR This user is from outside of this forum
      return0media@infosec.exchangeR This user is from outside of this forum
      return0media@infosec.exchange
      wrote last edited by
      #5

      @cryptax There are machine learning algos that can unscramble this type of masking. I'd recommend using a full black box to cover it if this is actually important.

      penthertz@infosec.exchangeP cryptax@mastodon.socialC 2 Replies Last reply
      0
      • return0media@infosec.exchangeR return0media@infosec.exchange

        @cryptax There are machine learning algos that can unscramble this type of masking. I'd recommend using a full black box to cover it if this is actually important.

        penthertz@infosec.exchangeP This user is from outside of this forum
        penthertz@infosec.exchangeP This user is from outside of this forum
        penthertz@infosec.exchange
        wrote last edited by
        #6

        @return0media @cryptax the info is actually public, first is the Argonid params and second is the credid used by the fido2 device and can be regenerated. Even with credid and salt you will need the fido2 key at the end to attempt something. If you have it you'll need the pin/passphrase to authenticate

        cryptax@mastodon.socialC return0media@infosec.exchangeR 2 Replies Last reply
        1
        0
        • penthertz@infosec.exchangeP penthertz@infosec.exchange

          @return0media @cryptax the info is actually public, first is the Argonid params and second is the credid used by the fido2 device and can be regenerated. Even with credid and salt you will need the fido2 key at the end to attempt something. If you have it you'll need the pin/passphrase to authenticate

          cryptax@mastodon.socialC This user is from outside of this forum
          cryptax@mastodon.socialC This user is from outside of this forum
          cryptax@mastodon.social
          wrote last edited by
          #7

          @Penthertz @return0media yes, you are right, but as @Penthertz replied, actually it's public info, I just didn't see the use of sharing it. It does not show the passphrase or the key or anything sensitive.
          So feel free to break it if you wish 🙂

          1 Reply Last reply
          0
          • penthertz@infosec.exchangeP penthertz@infosec.exchange

            @return0media @cryptax the info is actually public, first is the Argonid params and second is the credid used by the fido2 device and can be regenerated. Even with credid and salt you will need the fido2 key at the end to attempt something. If you have it you'll need the pin/passphrase to authenticate

            return0media@infosec.exchangeR This user is from outside of this forum
            return0media@infosec.exchangeR This user is from outside of this forum
            return0media@infosec.exchange
            wrote last edited by
            #8

            @Penthertz Ahhh very cool. Thanks for explaining it to me!

            1 Reply Last reply
            0
            • penthertz@infosec.exchangeP penthertz@infosec.exchange

              @gzobra @cryptax @FlUxIuS feedback are welcomed! If that project can solve problems we had in the past sharing sensitive files and remembering/storing complex passwords, we'd love to know too 🙂

              cryptax@mastodon.socialC This user is from outside of this forum
              cryptax@mastodon.socialC This user is from outside of this forum
              cryptax@mastodon.social
              wrote last edited by
              #9

              @Penthertz @gzobra @FlUxIuS I'm using it to

              1) to store particularly sensitive files I don't need all the time. I suppose that's the most common use.

              2) + to store malware: I mount the luksbox only when I'm working on them. It's an additional precaution.

              fluxius@infosec.exchangeF 1 Reply Last reply
              0
              • return0media@infosec.exchangeR return0media@infosec.exchange

                @cryptax There are machine learning algos that can unscramble this type of masking. I'd recommend using a full black box to cover it if this is actually important.

                cryptax@mastodon.socialC This user is from outside of this forum
                cryptax@mastodon.socialC This user is from outside of this forum
                cryptax@mastodon.social
                wrote last edited by
                #10

                @return0media by the way, I'm actually not certain the machine learning algos can recover the initial text when the pixel size is big enough.

                But yes, I could have used a full black box instead.

                1 Reply Last reply
                0
                • cryptax@mastodon.socialC cryptax@mastodon.social

                  @Penthertz @gzobra @FlUxIuS I'm using it to

                  1) to store particularly sensitive files I don't need all the time. I suppose that's the most common use.

                  2) + to store malware: I mount the luksbox only when I'm working on them. It's an additional precaution.

                  fluxius@infosec.exchangeF This user is from outside of this forum
                  fluxius@infosec.exchangeF This user is from outside of this forum
                  fluxius@infosec.exchange
                  wrote last edited by
                  #11

                  @cryptax @Penthertz @gzobra yeah and also reserving slots to other users, so you don't leak your own passphrases and you can revoke the pass if the vault is still safe but someone's key got phished. You have also paranoid mode : PQC + FIDO2+ TPM&PIN + deniable mode -> but that's a really specific mode 😄

                  cryptax@mastodon.socialC 1 Reply Last reply
                  0
                  • fluxius@infosec.exchangeF fluxius@infosec.exchange

                    @cryptax @Penthertz @gzobra yeah and also reserving slots to other users, so you don't leak your own passphrases and you can revoke the pass if the vault is still safe but someone's key got phished. You have also paranoid mode : PQC + FIDO2+ TPM&PIN + deniable mode -> but that's a really specific mode 😄

                    cryptax@mastodon.socialC This user is from outside of this forum
                    cryptax@mastodon.socialC This user is from outside of this forum
                    cryptax@mastodon.social
                    wrote last edited by
                    #12

                    @FlUxIuS @Penthertz @gzobra oh ? you can share a vault with several users? that's really interesting!

                    fluxius@infosec.exchangeF 1 Reply Last reply
                    0
                    • cryptax@mastodon.socialC cryptax@mastodon.social

                      @FlUxIuS @Penthertz @gzobra oh ? you can share a vault with several users? that's really interesting!

                      fluxius@infosec.exchangeF This user is from outside of this forum
                      fluxius@infosec.exchangeF This user is from outside of this forum
                      fluxius@infosec.exchange
                      wrote last edited by
                      #13

                      @cryptax @Penthertz @gzobra that's the double concept of slots 🙂 you can use them as backup or alternative key, but also to use a different key per user and the user can then update it's key. We could see your slots on the TUI, on the GUI it looks like that:

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


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups