├── README.md ├── decrypt_chrome_v20_cookie.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runassu/chrome_v20_decryption/HEAD/README.md -------------------------------------------------------------------------------- /decrypt_chrome_v20_cookie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/runassu/chrome_v20_decryption/HEAD/decrypt_chrome_v20_cookie.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PythonForWindows 2 | pycryptodome 3 | --------------------------------------------------------------------------------