Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Pbkdf2Cmd = &cmd.Command{
Name: "pbkdf2",
Run: runPbkdf2,
Brief: "Derive key using PBKDF2",
Usage: `Usage: pocryp pbkdf2 [-bin] -key|-key-file -salt|-salt-file -iter -len -hash [-out OUTPUT]
Derive a new key from the given key using PBKDF2.
If -out is not specified, the output will be printed to stdout.
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.