mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-30 00:40:35 +02:00
feat: replace log with stdout color
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"golang.org/x/crypto/pbkdf2"
|
||||
|
||||
"hack-browser-data/internal/item"
|
||||
"hack-browser-data/internal/log"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -52,5 +53,6 @@ func (c *chromium) GetMasterKey() ([]byte, error) {
|
||||
return nil, ErrWrongSecurityCommand
|
||||
}
|
||||
c.masterKey = key
|
||||
log.Infof("%s initialized master key success", c.name)
|
||||
return key, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user