mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-17 23:57:12 +02:00
add chromium support for Windows,Close #62
This commit is contained in:
@@ -112,7 +112,7 @@ var (
|
|||||||
errBase64DecodeFailed = errors.New("decode base64 failed")
|
errBase64DecodeFailed = errors.New("decode base64 failed")
|
||||||
)
|
)
|
||||||
|
|
||||||
// InitSecretKey on windows with win32 DPAPI
|
// InitSecretKey on Windows with win32 DPAPI
|
||||||
// conference from @https://gist.github.com/akamajoris/ed2f14d817d5514e7548
|
// conference from @https://gist.github.com/akamajoris/ed2f14d817d5514e7548
|
||||||
func (c *Chromium) InitSecretKey() error {
|
func (c *Chromium) InitSecretKey() error {
|
||||||
if c.keyPath == "" {
|
if c.keyPath == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user