最近在使用爬蟲代碼時發現chrome更新到80版本后,以前的cookies抓取腳本不好用了,然后參考了這篇文章:
Python3 Chrome 80.X版本如何解密Cookies檔案
代碼運行后提示報錯:
File "E:\Anaconda3\envs\envpy2\lib\site-packages\cryptography\hazmat\primitives\ciphers\base.py", line 112, in decryptor
"Authentication tag must be provided when decrypting."
ValueError: Authentication tag must be provided when decrypting.
我對GCM-AES加密解密不太懂,請問這個tag要怎么獲取和傳遞?
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/62321.html
