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!
dual-boot encryption
add a comment |
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!
dual-boot encryption
add a comment |
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!
dual-boot encryption
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
dual-boot encryption
asked Nov 5 at 11:54
Paul Burgh
111
111
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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