fix: modify firefox asn1 data struct

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-20 02:14:18 +08:00
parent 8c2f72ccb6
commit 4fe335c270
7 changed files with 69 additions and 64 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package decrypter
func ChromePass(key, encryptPass []byte) ([]byte, error) {
func Chromium(key, encryptPass []byte) ([]byte, error) {
var chromeIV = []byte{32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32}
if len(encryptPass) > 3 {
if len(key) == 0 {