Encryption using ecryptfs
I'm running Kubuntu 18.04. I installed ecryptfs but Private folder is not encrypted. I ran...
sudo apt-get install ecryptfs-utils
Then I ran...
ecryptfs-setup-private
The terminal output looked like this...
I have a .ecryptfs, .Private, and Private folder in /Home. Problem seems to be files don't appear to be encryptd when I save in either.
kubuntu encryption ecryptfs
|
show 8 more comments
I'm running Kubuntu 18.04. I installed ecryptfs but Private folder is not encrypted. I ran...
sudo apt-get install ecryptfs-utils
Then I ran...
ecryptfs-setup-private
The terminal output looked like this...
I have a .ecryptfs, .Private, and Private folder in /Home. Problem seems to be files don't appear to be encryptd when I save in either.
kubuntu encryption ecryptfs
After logging out & back in, it still wasn't working? How do you know it's not working? Triedecryptfs-mount-private
&ecryptfs-umount-private
?
– Xen2050
Jan 19 at 2:39
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in doesmount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the~/.ecryptfs/
folder, and.Private
&Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)
– Xen2050
Jan 20 at 0:38
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago
|
show 8 more comments
I'm running Kubuntu 18.04. I installed ecryptfs but Private folder is not encrypted. I ran...
sudo apt-get install ecryptfs-utils
Then I ran...
ecryptfs-setup-private
The terminal output looked like this...
I have a .ecryptfs, .Private, and Private folder in /Home. Problem seems to be files don't appear to be encryptd when I save in either.
kubuntu encryption ecryptfs
I'm running Kubuntu 18.04. I installed ecryptfs but Private folder is not encrypted. I ran...
sudo apt-get install ecryptfs-utils
Then I ran...
ecryptfs-setup-private
The terminal output looked like this...
I have a .ecryptfs, .Private, and Private folder in /Home. Problem seems to be files don't appear to be encryptd when I save in either.
kubuntu encryption ecryptfs
kubuntu encryption ecryptfs
asked Jan 19 at 1:02
MarkSMarkS
1017
1017
After logging out & back in, it still wasn't working? How do you know it's not working? Triedecryptfs-mount-private
&ecryptfs-umount-private
?
– Xen2050
Jan 19 at 2:39
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in doesmount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the~/.ecryptfs/
folder, and.Private
&Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)
– Xen2050
Jan 20 at 0:38
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago
|
show 8 more comments
After logging out & back in, it still wasn't working? How do you know it's not working? Triedecryptfs-mount-private
&ecryptfs-umount-private
?
– Xen2050
Jan 19 at 2:39
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in doesmount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the~/.ecryptfs/
folder, and.Private
&Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)
– Xen2050
Jan 20 at 0:38
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago
After logging out & back in, it still wasn't working? How do you know it's not working? Tried
ecryptfs-mount-private
& ecryptfs-umount-private
?– Xen2050
Jan 19 at 2:39
After logging out & back in, it still wasn't working? How do you know it's not working? Tried
ecryptfs-mount-private
& ecryptfs-umount-private
?– Xen2050
Jan 19 at 2:39
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in does
mount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the ~/.ecryptfs/
folder, and .Private
& Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)– Xen2050
Jan 20 at 0:38
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in does
mount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the ~/.ecryptfs/
folder, and .Private
& Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)– Xen2050
Jan 20 at 0:38
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago
|
show 8 more comments
0
active
oldest
votes
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f1111017%2fencryption-using-ecryptfs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1111017%2fencryption-using-ecryptfs%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
After logging out & back in, it still wasn't working? How do you know it's not working? Tried
ecryptfs-mount-private
&ecryptfs-umount-private
?– Xen2050
Jan 19 at 2:39
I believe it's not working because I see any files I put in the Private folder. I run... sudo ecryptfs-mount-private Enter your login passphrase: Inserted auth tok with sig [1c0e4b08f20b7jf2] into the user session keyring fopen: No such file or directory
– MarkS
Jan 19 at 6:02
Kleopatra shows I am certified Open PGP with a key ID. I click "Signn/Encrypt" and it prompts for passphrased, I enter it but nothing seems to change in my Private folder.
– MarkS
Jan 19 at 17:53
You shouldn't need sudo, it might even cause problems. If there's an error message do paste it into the question (it preserves formatting better than a comment). When logged in does
mount
show anything in your home (mount | grep "$HOME"
)? And what's the contents of the~/.ecryptfs/
folder, and.Private
&Private
when logged in and not logged in (check with another user account). pgp/gpg's unrelated to ecryptfs, kleopatra might show some keyrings & keys but I'm not too sure about that, it shouldn't directly affect ecryptfs either (as long as you don't delete any keys with it ;-)– Xen2050
Jan 20 at 0:38
mark@mark-TP300LDB:~$ mount | grep "$HOME" /home/mark/.Private on /home/mark/Private type ecryptfs (rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=f9d638b698g3600e,ecryptfs_sig=1c0e2b08f40b72f9,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
– MarkS
2 days ago