Documentation
¶
Overview ¶
Package privatekey provides private key detectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct{}
Detector detects PEM-encoded private keys.
func (*Detector) Description ¶
func (*Detector) Scan ¶
Scan searches the data for PEM private key blocks. It locates the BEGIN/END armor pair so the full block REGION is captured for span/dedup purposes, but it never stores the key body: Raw holds only the BEGIN header and the byte span of the block is reported via ExtraData. The PEM body between the armor lines is deliberately discarded.
Click to show internal directories.
Click to hide internal directories.