mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
style: fix typo
This commit is contained in:
@@ -82,6 +82,6 @@ func (c *Chromium) InitSecretKey() error {
|
||||
}
|
||||
// @https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/os_crypt_linux.cc
|
||||
key := pbkdf2.Key(chromeSecret, chromeSalt, 1, 16, sha1.New)
|
||||
c.SecretKey = key
|
||||
c.secretKey = key
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user