mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-10 21:43:42 +02:00
fix: modify firefox asn1 data struct
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package decrypter
|
||||
|
||||
func ChromePass(key, encryptPass []byte) ([]byte, error) {
|
||||
func Chromium(key, encryptPass []byte) ([]byte, error) {
|
||||
if len(encryptPass) > 3 {
|
||||
if len(key) == 0 {
|
||||
return nil, errSecurityKeyIsEmpty
|
||||
|
||||
Reference in New Issue
Block a user