add decrypt for linux

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 16:09:23 +08:00
parent c74b3d43af
commit 46ea323a97
6 changed files with 295 additions and 45 deletions
+4
View File
@@ -53,6 +53,10 @@ const (
FirefoxKey3DB = "key3.db"
)
func InitKey(string) error {
return nil
}
func ListBrowser() []string {
var l []string
for k := range browserList {