mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-01-19 12:50:50 +00:00
fix: compile error for linux
This commit is contained in:
parent
500ac34ab3
commit
8a3f4b8fee
@ -53,9 +53,6 @@ const (
|
||||
FirefoxKey3DB = "key3.db"
|
||||
)
|
||||
|
||||
func InitKey(string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func ListBrowser() []string {
|
||||
var l []string
|
||||
|
@ -33,6 +33,11 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
func InitKey(string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func DecryptStringWithDPAPI(data []byte) (string, error) {
|
||||
return string(data), nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user