[PR #112] [CLOSED] Added: header-info option #137

Closed
opened 2026-03-02 04:00:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElDavoo/wa-crypt-tools/pull/112
Author: @kingbtcvl
Created: 2/17/2024
Status: Closed

Base: mainHead: headerinfo


📝 Commits (5)

  • be955f3 Add header-info argument
  • dedaa41 Add header-info argument
  • 4d4fd36 Add header-info argument
  • e706389 Add header-info argument
  • afe8877 Merge branch 'ElDavoo:main' into headerinfo

📊 Changes

8 files changed (+120 additions, -23 deletions)

View changed files

📝 proto/backup_expiry.proto (+2 -0)
📝 src/wa_crypt_tools/lib/db/dbfactory.py (+10 -2)
📝 src/wa_crypt_tools/proto/C14_cipher_pb2.py (+16 -4)
📝 src/wa_crypt_tools/proto/C15_IV_pb2.py (+16 -4)
📝 src/wa_crypt_tools/proto/backup_expiry_pb2.py (+16 -4)
📝 src/wa_crypt_tools/proto/backup_prefix_pb2.py (+16 -4)
📝 src/wa_crypt_tools/proto/key_type_pb2.py (+16 -4)
📝 src/wa_crypt_tools/wadecrypt.py (+28 -1)

📄 Description

I add a --header-info, which allows for printsíng all the header information from the decrypted file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElDavoo/wa-crypt-tools/pull/112 **Author:** [@kingbtcvl](https://github.com/kingbtcvl) **Created:** 2/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `headerinfo` --- ### 📝 Commits (5) - [`be955f3`](https://github.com/ElDavoo/wa-crypt-tools/commit/be955f34e503fafd778d3606ac9308cdd0b9a134) Add header-info argument - [`dedaa41`](https://github.com/ElDavoo/wa-crypt-tools/commit/dedaa41766305156d29bf62961d27f628eb532ed) Add header-info argument - [`4d4fd36`](https://github.com/ElDavoo/wa-crypt-tools/commit/4d4fd367c59e81e5325cd65975d7d4c1e75e1233) Add header-info argument - [`e706389`](https://github.com/ElDavoo/wa-crypt-tools/commit/e7063894349d33ef21f3ad7d806a4f0d5c8ac058) Add header-info argument - [`afe8877`](https://github.com/ElDavoo/wa-crypt-tools/commit/afe8877b4fdacc7515d3d91004cad03484b414a4) Merge branch 'ElDavoo:main' into headerinfo ### 📊 Changes **8 files changed** (+120 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `proto/backup_expiry.proto` (+2 -0) 📝 `src/wa_crypt_tools/lib/db/dbfactory.py` (+10 -2) 📝 `src/wa_crypt_tools/proto/C14_cipher_pb2.py` (+16 -4) 📝 `src/wa_crypt_tools/proto/C15_IV_pb2.py` (+16 -4) 📝 `src/wa_crypt_tools/proto/backup_expiry_pb2.py` (+16 -4) 📝 `src/wa_crypt_tools/proto/backup_prefix_pb2.py` (+16 -4) 📝 `src/wa_crypt_tools/proto/key_type_pb2.py` (+16 -4) 📝 `src/wa_crypt_tools/wadecrypt.py` (+28 -1) </details> ### 📄 Description I add a `--header-info`, which allows for printsíng all the header information from the decrypted file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-crypt-tools#137
No description provided.