文件名称:backup2gdrive:加密备份到 Google Drive
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-21 08:33:01
Python
备份2gdrive 加密备份到 Google Drive 用于备份和恢复 Google Drive 文件夹中加密文件的简单脚本。 文件使用密码的 SHA256 使用 AES CBC 加密,并使用 HMAC-SHA256 进行身份验证文件名未加密,所有其他元数据都将丢失。 此脚本仅限于 Python 2,因为 google 的驱动器 api 仍然使用 Python 2。 用法: backup2gdrive.py [-h, --help] [-c, --clear-auth] [-b, --backup ] [-r, --restore ] Options: -h, --help: Show usage -c, --clear-auth: Removes our local credentials, you will need to grant permissions again -b
【文件预览】:
backup2gdrive-master
----client_secrets.json(428B)
----backup2gdrive.py(10KB)
----README.md(2KB)
----.gitignore(27B)