一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

腳本之家,腳本語言編程技術(shù)及教程分享平臺!
分類導(dǎo)航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服務(wù)器之家 - 腳本之家 - Python - python 獲取谷歌瀏覽器保存的密碼

python 獲取谷歌瀏覽器保存的密碼

2021-08-22 00:36rm-rf* Python

這篇文章主要介紹了python 獲取谷歌瀏覽器保存的密碼的示例代碼,幫助大家更好的理解和使用python,感興趣的朋友可以了解下

由于谷歌瀏覽器80以后版本采用了新的加密方式,所以記錄在這里

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# -*- coding:utf-8 -*-
import os
import json
import base64
import sqlite3
from win32crypt import CryptUnprotectData
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
 
#  pip install pywin32
#  pip install cryptography
#  文檔:https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/os_crypt_win.cc?q=OSCrypt&ss=chromium
 
class Chrome:
  def __init__(self):
    self.local_state = os.environ['LOCALAPPDATA'] + r'\Google\Chrome\User Data\Local State'
    self.cookie_path = os.environ['LOCALAPPDATA'] + r"\Google\Chrome\User Data\Default\Login Data"
 
  def get_key(self):
    with open(self.local_state, 'r', encoding='utf-8') as f:
      base64_encrypted_key = json.load(f)['os_crypt']['encrypted_key']
    encrypted_key_with_header = base64.b64decode(base64_encrypted_key)
    # 去掉開頭的DPAPI
    encrypted_key = encrypted_key_with_header[5:]
    key_ = CryptUnprotectData(encrypted_key, None, None, None, 0)[1]
    return key_
 
  @staticmethod
  def decrypt_string(key, secret, salt=None):
    """
    解密
    """
    # 去掉'v10'
    nonce, cipher_bytes = secret[3:15], secret[15:]
    aes_gcm = AESGCM(key)
    return aes_gcm.decrypt(nonce, cipher_bytes, salt).decode('utf-8')
 
  @staticmethod
  def encrypt_string(key, data, salt=None):
    """
    加密
    """
    aes_gcm = AESGCM(key)
    prefix = "v10".encode("utf-8")
    # 隨機(jī)生成12位字符串,拼接"v10" 共15位
    nonce = os.urandom(12)
    cipher_bytes = data.encode("utf-8")
    return prefix + nonce + aes_gcm.encrypt(nonce, cipher_bytes, salt)
 
  def get_password(self, host):
    sql = f"select username_value,password_value from logins where signon_realm ='{host}';"
    with sqlite3.connect(self.cookie_path) as conn:
      cu = conn.cursor()
      res = cu.execute(sql).fetchall()
      cu.close()
      result = []
      key = self.get_key()
 
      for name, encrypted_value in res:
 
        if encrypted_value[0:3] == b'v10' or encrypted_value[0:3] == b'v11':
          password = self.decrypt_string(key, encrypted_value)
        else:
          password = CryptUnprotectData(encrypted_value)[1].decode()
        result.append({'user_name': name, 'password': password})
      return result
 
  def set_password(self, host, username, password):
    key = self.get_key()
    encrypt_secret = self.encrypt_string(key, password)
    sq = f"""update logins set password_value=x'{encrypt_secret.hex()}' where signon_realm ='{host}' and username_value='{username}';"""
    with sqlite3.connect(self.cookie_path) as conn:
      cu = conn.cursor()
      cu.execute(sq)
      conn.commit()
 
 
if __name__ == '__main__':
  a = Chrome()
  aa = a.get_password("https://baidu.com")
  print(aa)

以上就是python 獲取谷歌瀏覽器保存的密碼的詳細(xì)內(nèi)容,更多關(guān)于python 獲取瀏覽器密碼的資料請關(guān)注服務(wù)器之家其它相關(guān)文章!

原文鏈接:https://www.cnblogs.com/lyalong/tag/python/default.html?page=2

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 日韩精品视频美在线精品视频 | 福利片中文 | 欧美一级艳片视频免费观看 | 日韩欧美一卡二区 | 大片毛片女女女女女女女 | 精品国产一区二区在线观看 | 国产精品福利久久2020 | 欧美日韩在线一区 | 猫咪av | 九九九九在线精品免费视频 | 免费高清www动漫视频播放器 | 日日摸日日添日日透 | 日本粉色视频 | 跪在老师脚下吃丝袜脚 | 久久性生大片免费观看性 | 涩色网站| 国产在线视频欧美亚综合 | 国产精品资源在线观看网站 | 亚欧美综合 | 欧美性理论片在线观看片免费 | 国产激情一区二区三区成人91 | 精品无人区一区二区三区 | 欧美一级欧美三级 | 午夜私人福利影院 | 国产欧美精品一区二区三区 | 波多洁野衣一二区三区 | 亚洲天堂一区二区在线观看 | 调教女帝 | 精品国产成a人在线观看 | a亚洲天堂 | 99自拍视频在线观看 | 性色欲情网站IWWW九文堂 | 国内精品久久久久香蕉 | 九九免费高清在线观看视频 | 欧美猛男同志同性video | 星空无限传媒xk8046 | 波多野结衣中文字幕乱七八糟 | 欧美视频一区二区三区在线观看 | 色亚 | 九九精品国产兔费观看久久 | 手机在线观看伦理片 |