Documentation
¶
Overview ¶
Package flags generates per-instance dynamic flags. A per_instance challenge mints a unique flag per team instance; the value is a secret from birth and must never be logged, audited, or returned to a participant (docs/v0.2/05-flags.md).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator mints flags of the form <prefix>{<39 crockford base32 chars>}.
func NewGenerator ¶
NewGenerator builds a generator; an empty prefix defaults to "osctf".
Click to show internal directories.
Click to hide internal directories.