Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ detergen uses [Argon2id](https://en.wikipedia.org/wiki/Argon2), the winner of th
- **Time cost:** 3 iterations
- **Memory cost:** 256 MB
- **Parallelism:** 4 threads
- **Output:** 32 bytes
- **Output:** 64 bytes

**Password generation process:**
1. Combine the base word and salt into a single input
Expand Down
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,4 @@ func init() {
// will be global for your application.

// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.detergen.yaml)")

// Cobra also supports local flags, which will only run
// when this action is called directly.
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}