Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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

agnos.is Forums

  1. Home
  2. Ask Lemmy
  3. Is there a way to encrypt or password-protect part of a video?

Is there a way to encrypt or password-protect part of a video?

Scheduled Pinned Locked Moved Ask Lemmy
asklemmy
27 Posts 12 Posters 108 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.
  • A [email protected]

    Just part?

    F This user is from outside of this forum
    F This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #9

    I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

    I occasionally encounter corrupted videos that only show certain parts and not the entire content.

    I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

    1 Reply Last reply
    0
    • 6 [email protected]

      No because it wouldn't be a video anymore. You would need to create your own file format and application to read that thing.

      Also why? It seems like a very limited use case and I don't know any scenario where I would need that. No one encrypts videos except for those (idiots) who distribute movies in the theaters or on Blu-ray.

      F This user is from outside of this forum
      F This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #10

      I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

      I occasionally encounter corrupted videos that only show certain parts and not the entire content.

      I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

      C 1 Reply Last reply
      0
      • D [email protected]

        There's not video format I know that has embedded encryption, total or partial. Neither I know any video players that would expect the user to introduce a password mid video.

        So it's doable but you would probably need to do it all yourself.

        Easiest way would really divide the video into multiple parts, the ones you want encrypted and the ones you do not. Then encrypt the files in general and call for decryption before attempting to play the encrypted parts with some external ui element.

        F This user is from outside of this forum
        F This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #11

        I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

        I occasionally encounter corrupted videos that only show certain parts and not the entire content.

        I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

        D 1 Reply Last reply
        0
        • F [email protected]

          I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

          I occasionally encounter corrupted videos that only show certain parts and not the entire content.

          I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

          D This user is from outside of this forum
          D This user is from outside of this forum
          [email protected]
          wrote on last edited by [email protected]
          #12

          What you see is due to file corruption. The bits are not readable.

          What you need can be done. You need a script that takes the video and purposely encrypt part of the data. Here you need to know the file format so you know what tou can encrypt.

          The it's just a matter to run the script to encrypt and decrypt your video as needed.

          Depending of the amount of security you require take into consideration that knowing that part of the video was purposely encrypted it's easy. Decryption of that part would depend on the strength of your algorithm and your key.

          You should also take into account that depending on how the video is compressed (most videos are compressed, raw video takes too much space) you may not be able to cut with much precision the point in witch you want the video to stop being legible, depending of the type of compression it may have a few seconds of video each type which share the same data.

          F 1 Reply Last reply
          1
          • D [email protected]

            What you see is due to file corruption. The bits are not readable.

            What you need can be done. You need a script that takes the video and purposely encrypt part of the data. Here you need to know the file format so you know what tou can encrypt.

            The it's just a matter to run the script to encrypt and decrypt your video as needed.

            Depending of the amount of security you require take into consideration that knowing that part of the video was purposely encrypted it's easy. Decryption of that part would depend on the strength of your algorithm and your key.

            You should also take into account that depending on how the video is compressed (most videos are compressed, raw video takes too much space) you may not be able to cut with much precision the point in witch you want the video to stop being legible, depending of the type of compression it may have a few seconds of video each type which share the same data.

            F This user is from outside of this forum
            F This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #13

            low security is ok, how can I go about it?
            any software or anything else I need to know

            D 1 Reply Last reply
            0
            • toes@ani.socialT [email protected]

              Back in the day, you could do that in a flash presentation. (Sorta)

              But without using something more powerful like that I wouldn't expect it to be possible.

              quadraturesurfer@lemmy.worldQ This user is from outside of this forum
              quadraturesurfer@lemmy.worldQ This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #14

              You could use Ruffle since its an emulator for Flash:

              https://en.m.wikipedia.org/wiki/Ruffle_(software)

              https://github.com/ruffle-rs/ruffle

              Websites like HomestarRunner use this so you can still experience the site as it was intended.

              1 Reply Last reply
              2
              • F [email protected]

                Updating the situation:

                I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

                I occasionally encounter corrupted videos that only show certain parts and not the entire content.

                I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

                H This user is from outside of this forum
                H This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #15

                Have 2 files?
                The encrypted full version, and the 15min version with a frozen image tacked on at the end of the video for X amount of time.

                F 1 Reply Last reply
                2
                • F [email protected]

                  low security is ok, how can I go about it?
                  any software or anything else I need to know

                  D This user is from outside of this forum
                  D This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #16

                  I suppose it's simple enough for a python script. I don't know about video formats but I don't think it would be really hard.

                  F 1 Reply Last reply
                  1
                  • D [email protected]

                    I suppose it's simple enough for a python script. I don't know about video formats but I don't think it would be really hard.

                    F This user is from outside of this forum
                    F This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #17

                    Thank you again.

                    I’m afraid I have no knowledge of Python or any scripting languages.

                    I hope this is just a beginner's brainstorming session, and that someone can guide me as if I were five years old.

                    L 1 Reply Last reply
                    0
                    • H [email protected]

                      Have 2 files?
                      The encrypted full version, and the 15min version with a frozen image tacked on at the end of the video for X amount of time.

                      F This user is from outside of this forum
                      F This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #18

                      I was thinking having the same 1 file can only play the first 15 min through a usual player as well as playable in full with another configured way

                      H 1 Reply Last reply
                      0
                      • F [email protected]

                        Updating the situation:

                        I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

                        I occasionally encounter corrupted videos that only show certain parts and not the entire content.

                        I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

                        crackhappy@lemmy.worldC This user is from outside of this forum
                        crackhappy@lemmy.worldC This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #19

                        No. You have to chop it up.

                        F 1 Reply Last reply
                        1
                        • F [email protected]

                          I was thinking having the same 1 file can only play the first 15 min through a usual player as well as playable in full with another configured way

                          H This user is from outside of this forum
                          H This user is from outside of this forum
                          [email protected]
                          wrote on last edited by [email protected]
                          #20

                          I know you want one file, but sometime the "workaround" is the way to go. At least, that is how I would solve the issue.

                          I'm not really sure what your end goal is,
                          I imagine you have a website with a 15min preview and a screen at the end end to say "enter access code now".
                          If the code is entered you point to a second video and set to start at the 15min marker.

                          F 1 Reply Last reply
                          1
                          • H [email protected]

                            I know you want one file, but sometime the "workaround" is the way to go. At least, that is how I would solve the issue.

                            I'm not really sure what your end goal is,
                            I imagine you have a website with a 15min preview and a screen at the end end to say "enter access code now".
                            If the code is entered you point to a second video and set to start at the 15min marker.

                            F This user is from outside of this forum
                            F This user is from outside of this forum
                            [email protected]
                            wrote on last edited by [email protected]
                            #21

                            Thank you for your pointers; I appreciate them very much.

                            I'd like to have the option for video files , partially locked at the same time able to be viewable whether is stored at hard disk/PC or cloud),
                            if I could (for security & privacy reasons)

                            I'm happy that I have started the discussion on the subject to generate some good brainstorming, which may lead to a quick hack that I can implement myself, rather than opting for expensive solutions, if any

                            H 1 Reply Last reply
                            0
                            • crackhappy@lemmy.worldC [email protected]

                              No. You have to chop it up.

                              F This user is from outside of this forum
                              F This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #22

                              dilemma is to create only 1 video file -stored at hard disk or cloud) can be normally viewed partially as well as in full only with a password etc

                              1 Reply Last reply
                              0
                              • F [email protected]

                                Thank you for your pointers; I appreciate them very much.

                                I'd like to have the option for video files , partially locked at the same time able to be viewable whether is stored at hard disk/PC or cloud),
                                if I could (for security & privacy reasons)

                                I'm happy that I have started the discussion on the subject to generate some good brainstorming, which may lead to a quick hack that I can implement myself, rather than opting for expensive solutions, if any

                                H This user is from outside of this forum
                                H This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #23

                                What's the purpose of the partially locked portion?
                                To share with others? To quickly preview the contents?

                                Like others have said, the trouble with coming up with a one-file partial lock is compatibility. If its just local on your machine, that could theoretically be figured out. But the cloud web player is another issue. Unless you happen to be a webdev for your cloud company or write a plugin to replace the default player, you're not going to have that "feature" supported.

                                That leads me to a two file solution. In a folder you'd have a the short unlock version, and the encrypted version.

                                The trouble with that is, yes it's encrypted but you need to download the file to decrypt it and then destroy the local copy when your done. I'm unaware of any cloud service that supports decrypting video files on the fly, not that I've looked.

                                F 1 Reply Last reply
                                1
                                • H [email protected]

                                  What's the purpose of the partially locked portion?
                                  To share with others? To quickly preview the contents?

                                  Like others have said, the trouble with coming up with a one-file partial lock is compatibility. If its just local on your machine, that could theoretically be figured out. But the cloud web player is another issue. Unless you happen to be a webdev for your cloud company or write a plugin to replace the default player, you're not going to have that "feature" supported.

                                  That leads me to a two file solution. In a folder you'd have a the short unlock version, and the encrypted version.

                                  The trouble with that is, yes it's encrypted but you need to download the file to decrypt it and then destroy the local copy when your done. I'm unaware of any cloud service that supports decrypting video files on the fly, not that I've looked.

                                  F This user is from outside of this forum
                                  F This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #24

                                  the purpose of the partially locked portion is To share with others selectively and To let everyone to quickly preview the contents
                                  The reason I mentioned the cloud is not necessarily get the support of the cloud system, I store the files on the cloud.
                                  so ideally viewer runs the file on his/her computer via link with a video player to be able to see the preview
                                  whereas another person viewing the same file in full via some sort of password, I don't care if a decrypted file is kept in the authorized guest computer or deleted

                                  1 Reply Last reply
                                  0
                                  • P [email protected]

                                    Yeah with your own player and format you could do whatever you want

                                    F This user is from outside of this forum
                                    F This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #25

                                    Thank you, that is the ideal solution I appreciate very much
                                    I'm afraid I cannot create my own player or format with my limited knowledge
                                    I'm kind of searching a kind of player + a small hack to achieve such goal

                                    1 Reply Last reply
                                    0
                                    • F [email protected]

                                      Thank you again.

                                      I’m afraid I have no knowledge of Python or any scripting languages.

                                      I hope this is just a beginner's brainstorming session, and that someone can guide me as if I were five years old.

                                      L This user is from outside of this forum
                                      L This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #26

                                      You will have to do some work yourself (or hire someone to code the solution for you).

                                      If the intended use is on linux, you could also write a bash script for it. If the position in the file (as in exact number of bytes till that position) is known, then you could use dd to cut the video file in two pieces, use gpg to encrypt the second part and then probably also use dd to put both pieces together again.

                                      A video player like VLC should still be able to play the first part of the file (though other players might have bigger problems with such a file). To play the full file, you need to use your script to again seperate the two pieces, use gpg to decrypt the second part and put them back together.

                                      You can also do this in python. Doing it cross platform (Linux, Mac and Windows) will be more difficult.

                                      1 Reply Last reply
                                      1
                                      • F [email protected]

                                        I'd like to do the following: for the first 15 minutes, I want to play the video normally and then either not show the rest or display a frozen image instead.

                                        I occasionally encounter corrupted videos that only show certain parts and not the entire content.

                                        I was wondering if I could replicate such a situation based on my selection. However, I would also like the option to view the entire video normally if I choose to do so through an alternative method

                                        C This user is from outside of this forum
                                        C This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #27

                                        The closest I've seen is those videos where they have to censor it and send you to Patreon for the full version.

                                        1 Reply Last reply
                                        1
                                        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