Cryptkeeper removed from Ubuntu 18.04
I had installed Cryptkeeper in Ubuntu 16.04 lts.
I have upgraded Ubuntu 16.04 to 18.04.
After I upgraded to Ubuntu 18.04 , I completely lost my file which were encrypted through Cryptkeeper in Ubuntu 16.04. There are only folders where I kept my files.
Now when I try to install Cryptkeeper in Ubuntu 18.04 through terminal it says
E: Package 'cryptkeeper' has no installation candidate
Does anyone know how to bring back my files without degrading Ubuntu to 16.04 LTS?
Or, does anyone know of another file encryption program, as easy to install and use as Cryptkeeper, that will work reliably on Ubuntu 18.04 ?
18.04 encryption encfs cryptkeeper
add a comment |
I had installed Cryptkeeper in Ubuntu 16.04 lts.
I have upgraded Ubuntu 16.04 to 18.04.
After I upgraded to Ubuntu 18.04 , I completely lost my file which were encrypted through Cryptkeeper in Ubuntu 16.04. There are only folders where I kept my files.
Now when I try to install Cryptkeeper in Ubuntu 18.04 through terminal it says
E: Package 'cryptkeeper' has no installation candidate
Does anyone know how to bring back my files without degrading Ubuntu to 16.04 LTS?
Or, does anyone know of another file encryption program, as easy to install and use as Cryptkeeper, that will work reliably on Ubuntu 18.04 ?
18.04 encryption encfs cryptkeeper
add a comment |
I had installed Cryptkeeper in Ubuntu 16.04 lts.
I have upgraded Ubuntu 16.04 to 18.04.
After I upgraded to Ubuntu 18.04 , I completely lost my file which were encrypted through Cryptkeeper in Ubuntu 16.04. There are only folders where I kept my files.
Now when I try to install Cryptkeeper in Ubuntu 18.04 through terminal it says
E: Package 'cryptkeeper' has no installation candidate
Does anyone know how to bring back my files without degrading Ubuntu to 16.04 LTS?
Or, does anyone know of another file encryption program, as easy to install and use as Cryptkeeper, that will work reliably on Ubuntu 18.04 ?
18.04 encryption encfs cryptkeeper
I had installed Cryptkeeper in Ubuntu 16.04 lts.
I have upgraded Ubuntu 16.04 to 18.04.
After I upgraded to Ubuntu 18.04 , I completely lost my file which were encrypted through Cryptkeeper in Ubuntu 16.04. There are only folders where I kept my files.
Now when I try to install Cryptkeeper in Ubuntu 18.04 through terminal it says
E: Package 'cryptkeeper' has no installation candidate
Does anyone know how to bring back my files without degrading Ubuntu to 16.04 LTS?
Or, does anyone know of another file encryption program, as easy to install and use as Cryptkeeper, that will work reliably on Ubuntu 18.04 ?
18.04 encryption encfs cryptkeeper
18.04 encryption encfs cryptkeeper
edited Jun 18 '18 at 20:32
pomsky
30.5k1193127
30.5k1193127
asked Jun 18 '18 at 20:12
lathhiklathhik
1116
1116
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can use GNOME EncFS Manager as an alternative, it lets you import your old encrypted folders.
To install it from PPA , first run
sudo add-apt-repository ppa:gencfsm/ppa
sudo apt-get update
Then install GNOME EncFS Manager by running
sudo apt install gnome-encfs-manager
Statutory warning: EncFS is not a very secure way to encrypt files, you may consider alternative methods.
add a comment |
Cryptkeeper's just a front-end for EncFS, so you could at least install & use EncFS directly in a terminal to read your old encrypted files.
The package is called encfs
so install that and basically just run
encfs ~/encrypted-folder ~/mount-point
Or you could attempt to install the older version of cryptkeeper, by downloading it's .deb file from Ubuntu's packages webpage for xenial here https://packages.ubuntu.com/xenial/cryptkeeper then attempting to install it with
dpkg -i file.deb
But it's not at all guaranteed to work correctly, or at all, or even install.
add a comment |
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%2f1047704%2fcryptkeeper-removed-from-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use GNOME EncFS Manager as an alternative, it lets you import your old encrypted folders.
To install it from PPA , first run
sudo add-apt-repository ppa:gencfsm/ppa
sudo apt-get update
Then install GNOME EncFS Manager by running
sudo apt install gnome-encfs-manager
Statutory warning: EncFS is not a very secure way to encrypt files, you may consider alternative methods.
add a comment |
You can use GNOME EncFS Manager as an alternative, it lets you import your old encrypted folders.
To install it from PPA , first run
sudo add-apt-repository ppa:gencfsm/ppa
sudo apt-get update
Then install GNOME EncFS Manager by running
sudo apt install gnome-encfs-manager
Statutory warning: EncFS is not a very secure way to encrypt files, you may consider alternative methods.
add a comment |
You can use GNOME EncFS Manager as an alternative, it lets you import your old encrypted folders.
To install it from PPA , first run
sudo add-apt-repository ppa:gencfsm/ppa
sudo apt-get update
Then install GNOME EncFS Manager by running
sudo apt install gnome-encfs-manager
Statutory warning: EncFS is not a very secure way to encrypt files, you may consider alternative methods.
You can use GNOME EncFS Manager as an alternative, it lets you import your old encrypted folders.
To install it from PPA , first run
sudo add-apt-repository ppa:gencfsm/ppa
sudo apt-get update
Then install GNOME EncFS Manager by running
sudo apt install gnome-encfs-manager
Statutory warning: EncFS is not a very secure way to encrypt files, you may consider alternative methods.
edited Jun 18 '18 at 20:38
answered Jun 18 '18 at 20:30
pomskypomsky
30.5k1193127
30.5k1193127
add a comment |
add a comment |
Cryptkeeper's just a front-end for EncFS, so you could at least install & use EncFS directly in a terminal to read your old encrypted files.
The package is called encfs
so install that and basically just run
encfs ~/encrypted-folder ~/mount-point
Or you could attempt to install the older version of cryptkeeper, by downloading it's .deb file from Ubuntu's packages webpage for xenial here https://packages.ubuntu.com/xenial/cryptkeeper then attempting to install it with
dpkg -i file.deb
But it's not at all guaranteed to work correctly, or at all, or even install.
add a comment |
Cryptkeeper's just a front-end for EncFS, so you could at least install & use EncFS directly in a terminal to read your old encrypted files.
The package is called encfs
so install that and basically just run
encfs ~/encrypted-folder ~/mount-point
Or you could attempt to install the older version of cryptkeeper, by downloading it's .deb file from Ubuntu's packages webpage for xenial here https://packages.ubuntu.com/xenial/cryptkeeper then attempting to install it with
dpkg -i file.deb
But it's not at all guaranteed to work correctly, or at all, or even install.
add a comment |
Cryptkeeper's just a front-end for EncFS, so you could at least install & use EncFS directly in a terminal to read your old encrypted files.
The package is called encfs
so install that and basically just run
encfs ~/encrypted-folder ~/mount-point
Or you could attempt to install the older version of cryptkeeper, by downloading it's .deb file from Ubuntu's packages webpage for xenial here https://packages.ubuntu.com/xenial/cryptkeeper then attempting to install it with
dpkg -i file.deb
But it's not at all guaranteed to work correctly, or at all, or even install.
Cryptkeeper's just a front-end for EncFS, so you could at least install & use EncFS directly in a terminal to read your old encrypted files.
The package is called encfs
so install that and basically just run
encfs ~/encrypted-folder ~/mount-point
Or you could attempt to install the older version of cryptkeeper, by downloading it's .deb file from Ubuntu's packages webpage for xenial here https://packages.ubuntu.com/xenial/cryptkeeper then attempting to install it with
dpkg -i file.deb
But it's not at all guaranteed to work correctly, or at all, or even install.
answered Jun 29 '18 at 23:31
Xen2050Xen2050
6,75612243
6,75612243
add a comment |
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.
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%2f1047704%2fcryptkeeper-removed-from-ubuntu-18-04%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