Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud storage encryption (sshfs, encfs, truecrypt) #539

Closed
bocaj-brief opened this issue Aug 19, 2013 · 7 comments
Closed

cloud storage encryption (sshfs, encfs, truecrypt) #539

bocaj-brief opened this issue Aug 19, 2013 · 7 comments

Comments

@bocaj-brief
Copy link

When using cloud storage service files should be encrypted. What do you think is the best?

Probably to have ssh-access and mount the cloud storage drive using sshfs is the best way. But unless you host the cloud storage yourself you won't have ssh access. So what can be recommended?

Trucrypt? Not free software, and as it is using a container only one person or device can work on a container at the same time.

Encfs is running really smooth for me on lubuntu, but hasn't been updated for more than 2 and a half years, what makes me feel suspicious. (http://www.ict.griffith.edu.au/anthony/info/crypto/encfs.hints http://www.arg0.net/encfs)

Any other ideas? Reccomendations?

Thanks for the great work so far!

@nylira
Copy link
Collaborator

nylira commented Sep 3, 2013

EncFS is being discussed on #605.

TrueCrypt's license is problematic: https://tails.boum.org/doc/encryption_and_privacy/truecrypt/index.en.html

@tmikaeld
Copy link

tmikaeld commented Sep 9, 2013

I'm surprised that no one have made a fork of encfs yet - especially since it seems to be the only directory encryption capable software in existence that is open source.

@jinformatique
Copy link
Contributor

What about Tomb?
http://www.dyne.org/software/tomb/

Tomb aims to be an 100% free and open source system for easy encryption and backup of personal files, written in code that is easy to review and links commonly shared components.
Tomb generates encrypted storage files to be opened and closed using their associated keyfiles, which are also protected with a password chosen by the user.
A tomb is like a locked folder that can be safely transported and hidden in a filesystem; its keys can be kept separate, for instance keeping the tomb file on your computer harddisk and the key files on a USB stick.

@jinformatique
Copy link
Contributor

How do I add a pull request for Tomb in File Storage section?

@tmikaeld
Copy link

Tomb looks nice, but i guess it works like truecrypt where it's container based?

This would never work for thin clients where you can't "mount" such a large file over the net.

@Cathryne
Copy link
Contributor

@juanito003 After forking, just edit the index.html in your fork, then go to https://github.com/juanito003/prism-break/compare

@lukateras
Copy link
Member

This issue has been resolved, TrueCrypt is dead and we don't include any proprietary software, encfs is now listed. sshfs is just a FUSE filesystem to mount remote drive via ssh, so not storage encryption at all.

Safe to close.

@Zegnat Zegnat closed this as completed Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

7 participants