mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[PR #61] [MERGED] Pip package #109
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#109
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/61
Author: @Mikel12455
Created: 4/28/2023
Status: ✅ Merged
Merged: 5/1/2023
Merged by: @ElDavoo
Base:
main← Head:pip-package📝 Commits (8)
8fdaccaModified project structure46adf00Updated gitignore4bdbfa3Changed folder name6e181c5Added pyproject.toml filee3b6439Changed folder structure to work as package08355a2Changed entry point name in pyproject.toml75bdc2dFixed package imports not workinge40e8c4Added fork changes to README.md📊 Changes
18 files changed (+195 additions, -9 deletions)
View changed files
📝
.gitignore(+160 -1)📝
README.md(+10 -1)➕
pyproject.toml(+18 -0)➕
whatsapp_decrypter/__init__.py(+0 -0)📝
whatsapp_decrypter/decrypt14_15.py(+2 -2)📝
whatsapp_decrypter/proto/C14_cipher.proto(+0 -0)📝
whatsapp_decrypter/proto/C14_cipher_pb2.py(+1 -1)📝
whatsapp_decrypter/proto/C14_cipher_version.proto(+0 -0)📝
whatsapp_decrypter/proto/C14_cipher_version_pb2.py(+0 -0)📝
whatsapp_decrypter/proto/C15_IV.proto(+0 -0)📝
whatsapp_decrypter/proto/C15_IV_pb2.py(+0 -0)➕
whatsapp_decrypter/proto/__init__.py(+0 -0)📝
whatsapp_decrypter/proto/key_type.proto(+0 -0)📝
whatsapp_decrypter/proto/key_type_pb2.py(+0 -0)📝
whatsapp_decrypter/proto/prefix.proto(+0 -0)📝
whatsapp_decrypter/proto/prefix_pb2.py(+4 -4)📝
whatsapp_decrypter/proto/version_features.proto(+0 -0)📝
whatsapp_decrypter/proto/version_features_pb2.py(+0 -0)📄 Description
This pull requests fixes the issue #5
A couple of important notes:
pip install .directly from the project folder) and remotely (pip install git+[repository_url]@[branch]), the package managed to decrypt a db.crypt15 with an E2EE key, and the python interactive shell managed to import the package and call the main function (although I couldn't do anything interesting with it on the shell)pyproject.tomlfile, like the author or the package tags🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.