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

cmd/fscrypt: show encryption options with 'fscrypt status DIR' #145

Merged
merged 1 commit into from
Sep 9, 2019
Merged

cmd/fscrypt: show encryption options with 'fscrypt status DIR' #145

merged 1 commit into from
Sep 9, 2019

Conversation

ebiggers
Copy link
Collaborator

@ebiggers ebiggers commented Sep 8, 2019

Show the encryption options when running 'fscrypt status' on a
directory. E.g.:

Policy:   490515286453d3f7
Options:  padding:32 contents:Adiantum filenames:Adiantum
Unlocked: Yes

Show the encryption options when running 'fscrypt status' on a
directory.  E.g.:

	Policy:   490515286453d3f7
	Options:  padding:32 contents:Adiantum filenames:Adiantum
	Unlocked: Yes
Copy link
Member

@josephlr josephlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks nice on my machine as well:

Options:  padding:32 contents:AES_256_XTS filenames:AES_256_CTS 
Unlocked: Yes

@josephlr josephlr merged commit d3a1991 into google:master Sep 9, 2019
@ebiggers ebiggers deleted the show-encryption-options branch September 10, 2019 02:23
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

Successfully merging this pull request may close these issues.

2 participants