Skip to content

Portable gocryptfs #79

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

Closed
pdroalves opened this issue Feb 15, 2017 · 7 comments
Closed

Portable gocryptfs #79

pdroalves opened this issue Feb 15, 2017 · 7 comments
Labels

Comments

@pdroalves
Copy link

I would like to add some files encrypted with gocryptfs to a pendrive and keep a portable installation of gocryptfs to make it easy to decrypt those files in a non-previously set computer.

I couldn't find instructions about it. Is it possible?

@pdroalves pdroalves changed the title Portable installation Portable gocryptfs Feb 15, 2017
@rfjakob
Copy link
Owner

rfjakob commented Feb 15, 2017 via email

@yonderblue
Copy link

It would be great if stupidgcm was its own pkg that we could use in other projects.

@rfjakob
Copy link
Owner

rfjakob commented Feb 23, 2017

@Gaillard Thinking about it. Just out of interest, what project do you have in mind?

@yonderblue
Copy link

Actually with the pending patch here golang/go#18498 I probably wouldn't end up using it. But if that doesn't go through, the small patch for stupidgcm would be preferable to the heavier spacemonkey's openssl.

rfjakob added a commit that referenced this issue Feb 24, 2017
This makes it easier to use the package in external projects.

See #79
@rfjakob
Copy link
Owner

rfjakob commented Feb 24, 2017

Hmm, given that even spacemonkey-openssl does not get used much I guess stupidgcm would not fare much better. Probably the only user besides gocryptfs will be you, until the ARM64 assembly is merged ;)

I think it makes more sense if you just copy the "stupidgcm" folder into your project. I have just dropped the only dependency it had (a659657).

@rfjakob
Copy link
Owner

rfjakob commented Feb 24, 2017

BTW I created stupidgcm because spacemonkey-openssl added a 0.5-seconds startup delay. I don't know if that has changed by now.

@yonderblue
Copy link

Much appreciated thanks :)

@rfjakob rfjakob closed this as completed Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants