Documentation
¶
Index ¶
- func NewStatsTracker() interfaces.Tracker
- type StatsTracker
- func (s *StatsTracker) GetHashMatchAttempts() uint64
- func (s *StatsTracker) GetHashesComputed() uint64
- func (s *StatsTracker) GetHashesCracked() uint64
- func (s *StatsTracker) GetPasswordsSent() uint64
- func (s *StatsTracker) TrackHashMatchAttempt()
- func (s *StatsTracker) TrackHashesComputed(hashesComputed uint64)
- func (s *StatsTracker) TrackHashesCracked(hashesCracked uint64)
- func (s *StatsTracker) TrackPasswordsSent(passwordsSent uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStatsTracker ¶
func NewStatsTracker() interfaces.Tracker
Types ¶
type StatsTracker ¶
type StatsTracker struct {
// contains filtered or unexported fields
}
func (*StatsTracker) GetHashMatchAttempts ¶
func (s *StatsTracker) GetHashMatchAttempts() uint64
func (*StatsTracker) GetHashesComputed ¶
func (s *StatsTracker) GetHashesComputed() uint64
func (*StatsTracker) GetHashesCracked ¶
func (s *StatsTracker) GetHashesCracked() uint64
func (*StatsTracker) GetPasswordsSent ¶
func (s *StatsTracker) GetPasswordsSent() uint64
func (*StatsTracker) TrackHashMatchAttempt ¶
func (s *StatsTracker) TrackHashMatchAttempt()
func (*StatsTracker) TrackHashesComputed ¶
func (s *StatsTracker) TrackHashesComputed(hashesComputed uint64)
func (*StatsTracker) TrackHashesCracked ¶
func (s *StatsTracker) TrackHashesCracked(hashesCracked uint64)
func (*StatsTracker) TrackPasswordsSent ¶
func (s *StatsTracker) TrackPasswordsSent(passwordsSent uint64)
Click to show internal directories.
Click to hide internal directories.