aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/strings.go
AgeCommit message (Collapse)Author
2017-10-19Move around and fscrypt refactorJoe Richey joerichey@google.com
2017-10-19Refactor almost completeJoseph Richey
2017-10-19ext4: start refactorJoe Richey joerichey@google.com
2017-07-17cmd/fscrypt: more nits to fix "make lint"Joe Richey joerichey@google.com
2017-06-28cmd/fscrypt: setup, encrypt, unlock commandsJoe Richey joerichey@google.com
This commit adds in the framework for adding commands and subcommands to the fscrypt tool. This commit adds in the "setup", "encrypt", and "unlock" commands. Additional information can be found by running: fscrypt <command> --help. This commit defines how flags are parsed and errors are handled. It also creates an extensible framework for prompting the user for information. Change-Id: I159d7f44ee2b2bbc5e072f0802850e082d9a13ce