Password protect folder for Windows and Linux











up vote
2
down vote

favorite












I have a basic question of feasibility - feel free to delete / kill off if too broad or off-topic.



I dual-use Windows and Ubuntu because of various work purposes. I have some sensitive files where it would be best to restrict folder/file access a bit. It's not hide-from-the-NSA-secret, but hide-from-plain-access (job-applications and such). Is there a good way to encrypt/secure the folder and still be able to access it from Windows and Ubuntu with some convenience? Because of dual use, the files are not in a linux-formatted drive, so any advanced options there are out of play.



A gaffer-tape solution I could think of is to pack everything into an encrypted archive (7z or so) and unpack/repack as needed, but there might be a more elegant way?



Thanks in advance!










share|improve this question


























    up vote
    2
    down vote

    favorite












    I have a basic question of feasibility - feel free to delete / kill off if too broad or off-topic.



    I dual-use Windows and Ubuntu because of various work purposes. I have some sensitive files where it would be best to restrict folder/file access a bit. It's not hide-from-the-NSA-secret, but hide-from-plain-access (job-applications and such). Is there a good way to encrypt/secure the folder and still be able to access it from Windows and Ubuntu with some convenience? Because of dual use, the files are not in a linux-formatted drive, so any advanced options there are out of play.



    A gaffer-tape solution I could think of is to pack everything into an encrypted archive (7z or so) and unpack/repack as needed, but there might be a more elegant way?



    Thanks in advance!










    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I have a basic question of feasibility - feel free to delete / kill off if too broad or off-topic.



      I dual-use Windows and Ubuntu because of various work purposes. I have some sensitive files where it would be best to restrict folder/file access a bit. It's not hide-from-the-NSA-secret, but hide-from-plain-access (job-applications and such). Is there a good way to encrypt/secure the folder and still be able to access it from Windows and Ubuntu with some convenience? Because of dual use, the files are not in a linux-formatted drive, so any advanced options there are out of play.



      A gaffer-tape solution I could think of is to pack everything into an encrypted archive (7z or so) and unpack/repack as needed, but there might be a more elegant way?



      Thanks in advance!










      share|improve this question













      I have a basic question of feasibility - feel free to delete / kill off if too broad or off-topic.



      I dual-use Windows and Ubuntu because of various work purposes. I have some sensitive files where it would be best to restrict folder/file access a bit. It's not hide-from-the-NSA-secret, but hide-from-plain-access (job-applications and such). Is there a good way to encrypt/secure the folder and still be able to access it from Windows and Ubuntu with some convenience? Because of dual use, the files are not in a linux-formatted drive, so any advanced options there are out of play.



      A gaffer-tape solution I could think of is to pack everything into an encrypted archive (7z or so) and unpack/repack as needed, but there might be a more elegant way?



      Thanks in advance!







      dual-boot encryption






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 5 at 11:54









      Paul Burgh

      111




      111






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          In case it is just a few files compression would work BUT compressed files can be copied to another location and then someone can try to bruteforce it at their own time.



          Bitlocker and the Linux companion dislocker will also work. We use that here to lock notebooks and USB sticks where the USB sticks can be opened and used with both Windows 7 and 10 and on Ubuntu. Just got to remember to lock the USB (or partition) when you go AFK.






          share|improve this answer





















          • Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
            – Paul Burgh
            Nov 6 at 13:14












          • Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
            – Paul Burgh
            Nov 6 at 13:18












          • "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
            – Rinzwind
            Nov 6 at 15:36











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1090192%2fpassword-protect-folder-for-windows-and-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          In case it is just a few files compression would work BUT compressed files can be copied to another location and then someone can try to bruteforce it at their own time.



          Bitlocker and the Linux companion dislocker will also work. We use that here to lock notebooks and USB sticks where the USB sticks can be opened and used with both Windows 7 and 10 and on Ubuntu. Just got to remember to lock the USB (or partition) when you go AFK.






          share|improve this answer





















          • Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
            – Paul Burgh
            Nov 6 at 13:14












          • Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
            – Paul Burgh
            Nov 6 at 13:18












          • "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
            – Rinzwind
            Nov 6 at 15:36















          up vote
          1
          down vote













          In case it is just a few files compression would work BUT compressed files can be copied to another location and then someone can try to bruteforce it at their own time.



          Bitlocker and the Linux companion dislocker will also work. We use that here to lock notebooks and USB sticks where the USB sticks can be opened and used with both Windows 7 and 10 and on Ubuntu. Just got to remember to lock the USB (or partition) when you go AFK.






          share|improve this answer





















          • Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
            – Paul Burgh
            Nov 6 at 13:14












          • Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
            – Paul Burgh
            Nov 6 at 13:18












          • "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
            – Rinzwind
            Nov 6 at 15:36













          up vote
          1
          down vote










          up vote
          1
          down vote









          In case it is just a few files compression would work BUT compressed files can be copied to another location and then someone can try to bruteforce it at their own time.



          Bitlocker and the Linux companion dislocker will also work. We use that here to lock notebooks and USB sticks where the USB sticks can be opened and used with both Windows 7 and 10 and on Ubuntu. Just got to remember to lock the USB (or partition) when you go AFK.






          share|improve this answer












          In case it is just a few files compression would work BUT compressed files can be copied to another location and then someone can try to bruteforce it at their own time.



          Bitlocker and the Linux companion dislocker will also work. We use that here to lock notebooks and USB sticks where the USB sticks can be opened and used with both Windows 7 and 10 and on Ubuntu. Just got to remember to lock the USB (or partition) when you go AFK.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 5 at 12:07









          Rinzwind

          202k26387520




          202k26387520












          • Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
            – Paul Burgh
            Nov 6 at 13:14












          • Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
            – Paul Burgh
            Nov 6 at 13:18












          • "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
            – Rinzwind
            Nov 6 at 15:36


















          • Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
            – Paul Burgh
            Nov 6 at 13:14












          • Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
            – Paul Burgh
            Nov 6 at 13:18












          • "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
            – Rinzwind
            Nov 6 at 15:36
















          Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
          – Paul Burgh
          Nov 6 at 13:14






          Thanks! That's probably a bit more secure than I need. I am looking for an equivalent to the standard lockable office drawer. It could be opened with little motivation and a cheap screwdriver, but locking it counts as diligence. Nobody can just "happen upon" something sensitive. Could I do something like folder permissions that work under windows and linux, as with "foreign" home directories under win and linux?
          – Paul Burgh
          Nov 6 at 13:14














          Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
          – Paul Burgh
          Nov 6 at 13:18






          Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough. (Somebody chrooting from a USB is not a concern.) Just against somebody clicking around while I am AFK for a minute. (“Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first name is Bad.”)
          – Paul Burgh
          Nov 6 at 13:18














          "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
          – Rinzwind
          Nov 6 at 15:36




          "Could I do something like folder permissions that work under windows and linux" Not really. "Basically, forcing a password prompt to enter the folder (or appropriate it) could be enough" On linux you could use the "root" user: own the file by root and nobody can touch it in Linux. Windows does not care about that though ;)
          – Rinzwind
          Nov 6 at 15:36


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1090192%2fpassword-protect-folder-for-windows-and-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕