Versions in this module Expand all Collapse all v0 v0.1.5 Nov 26, 2024 Changes in this version + const LMHashConstant + const NTLMHashConstant + type SAMRegistry struct + func NewFromFile(path string) (*SAMRegistry, error) + func (s *SAMRegistry) DeriveSyskey(syskey []byte) ([]byte, error) + func (s *SAMRegistry) UserInfo(userRID string) (*UserInfo, error) + func (s *SAMRegistry) UsersRIDs() ([]string, error) + type UserInfo struct + func (s *UserInfo) Enabled() (bool, error) + func (s *UserInfo) Hashes(syskey []byte) ([]byte, []byte, error) + func (s *UserInfo) Username() (string, error)