mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[PR #62] [CLOSED] C users niels one drive documenten GitHub whats app crypt14 crypt15 decrypter decrypt14 15.py #111
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElDavoo/wa-crypt-tools/pull/62
Author: @NelisMk7
Created: 5/1/2023
Status: ❌ Closed
Base:
main← Head:C-Users-niels-OneDrive-Documenten-GitHub-WhatsApp-Crypt14-Crypt15-Decrypter-decrypt14_15.py📝 Commits (10+)
9874d4dReorganize project structure7ee7184Move AES import to common_utils.py688a515Update version_features proto391648eWIP experimental crypt15 encrypter17e27bfWIP reference mode8a9aa7e(sigh) fix import againd355f3cget iv from crypt14 files too32f07c5parse and decrypt crypt12 files8a10425check crypt12 footer in buffered modeda3bca7encryption for crypt12 files📊 Changes
23 files changed (+1206 additions, -57 deletions)
View changed files
📝
.ipynb_checkpoints/utils/WA_HMACSHA256_Loop.java(+0 -0)📝
.ipynb_checkpoints/utils/hex_string_to_encrypted_backup_key.py(+0 -0)📝
.ipynb_checkpoints/utils/password_data_key_to_hashcat.py(+0 -0)📝
.ipynb_checkpoints/utils/protobuf_bruteforce.py(+0 -0)📝
README.md(+9 -25)➖
proto/version_features_pb2.py(+0 -25)➕
src/decrypt14_15.py(+589 -0)➕
src/encrypt.py(+228 -0)➕
src/lib/common_utils.py(+169 -0)➕
src/lib/constants.py(+15 -0)➕
src/lib/key.py(+163 -0)📝
src/proto/C14_cipher.proto(+0 -0)📝
src/proto/C14_cipher_pb2.py(+1 -1)📝
src/proto/C14_cipher_version.proto(+0 -0)📝
src/proto/C14_cipher_version_pb2.py(+0 -0)📝
src/proto/C15_IV.proto(+0 -0)📝
src/proto/C15_IV_pb2.py(+0 -0)📝
src/proto/key_type.proto(+0 -0)📝
src/proto/key_type_pb2.py(+0 -0)📝
src/proto/prefix.proto(+0 -0)...and 3 more files
📄 Description
This pull requests fixes the issue # (issue number)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.