mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-16 10:37:11 +00:00
chore: updated source reference (#441)
This commit is contained in:
parent
ad020cf135
commit
d0967a362e
@ -88,7 +88,7 @@ func DES3Encrypt(key, iv, plaintext []byte) ([]byte, error) {
|
|||||||
return dst, nil
|
return dst, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// AESGCMDecrypt chromium > 80 https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/os_crypt_win.cc
|
// AESGCMDecrypt chromium > 80 https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/sync/os_crypt_win.cc
|
||||||
func AESGCMDecrypt(key, nounce, ciphertext []byte) ([]byte, error) {
|
func AESGCMDecrypt(key, nounce, ciphertext []byte) ([]byte, error) {
|
||||||
block, err := aes.NewCipher(key)
|
block, err := aes.NewCipher(key)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user