mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-11 15:32:16 +00:00
15 lines
377 B
TOML
15 lines
377 B
TOML
[project]
|
|
name = "decrypt-otpauth-files"
|
|
version = "1.0.0"
|
|
description = "A tool for decrypting the encrypted backups/account files created by OTP Auth for iOS"
|
|
license = { file = "LICENSE" }
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"bpylist2>=4.1.1",
|
|
"click>=8.2.1",
|
|
"pycryptodome>=3.23.0",
|
|
"pyqrcode>=1.2.1",
|
|
"rncryptor>=3.3.0",
|
|
]
|