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

Fail to unlock if cipher path has "," character in it. #326

Closed
mhogomchungu opened this issue Jan 23, 2020 · 2 comments
Closed

Fail to unlock if cipher path has "," character in it. #326

mhogomchungu opened this issue Jan 23, 2020 · 2 comments

Comments

@mhogomchungu
Copy link
Contributor

Expected Behavior

Cipher path to get unlocked

Actual Behavior

Fail to unlock cipher path

Steps to Reproduce the Problem

  1. Create a cipher path with "," character in it.
  2. Try to use it to create a cryfs volume.
  3. Observe fuse error.

Specifications

  • CryFS Version: 0.10.2
  • Operating System (incl. Version): Linux

Example that shows the error

[ink@mtz ~]$ cryfs abc,def xyz
CryFS Version 0.10.2

Password: 
Deriving encryption key (this can take some time)...done

Mounting filesystem. To unmount, call:
$ cryfs-unmount "/home/ink/xyz"

fuse: unknown option `def'
[ink@mtz ~]$ 

@smessmer
Copy link
Member

Thanks for reporting. I am able to reproduce the bug and am trying to track it down.

smessmer added a commit that referenced this issue Feb 24, 2020
smessmer added a commit that referenced this issue Jun 29, 2020
smessmer added a commit that referenced this issue Jun 30, 2020
smessmer added a commit that referenced this issue Jul 1, 2020
@smessmer
Copy link
Member

smessmer commented Jul 1, 2020

Fixed in 9cbc12f for the 0.10 release branch and in 6f94834 for develop.

@smessmer smessmer closed this as completed Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants