add qq browser

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-28 21:17:28 +08:00
parent 2d6f7a8acb
commit b448aa223e
4 changed files with 33 additions and 19 deletions
+6 -7
View File
@@ -14,15 +14,15 @@ import (
)
const (
chromeDir = "/Users/*/Library/Application Support/Google/Chrome/*/"
edgeDir = "/Users/*/Library/Application Support/Microsoft Edge/*/"
mac360Secure = "/Users/*/Library/Application Support/360Chrome/*/"
chromeDir = "/Users/*/Library/Application Support/Google/Chrome/*/"
edgeDir = "/Users/*/Library/Application Support/Microsoft Edge/*/"
//mac360Secure = "/Users/*/Library/Application Support/360Chrome/*/"
)
const (
Chrome = "Chrome"
Edge = "Microsoft Edge"
SecureBrowser = "Chromium"
Chrome = "Chrome"
Edge = "Microsoft Edge"
//Secure360 = "360"
)
var (
@@ -80,7 +80,6 @@ func InitKey(key string) error {
return err
}
func decryptChromeKey(chromePass []byte) {
chromeKey = pbkdf2.Key(chromePass, chromeSalt, 1003, 16, sha1.New)
}