Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ddaa79b3e295b27782c45fffba52af283c7c9c3b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ddaa79b3e295b27782c45fffba52af283c7c9c3b)
  • Date: Sun, 20 Nov 2022 22:44:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
archive/bkcrack/CONFIGURE | 1 +
archive/bkcrack/DEPENDS | 1 +
archive/bkcrack/DETAILS | 25 +++++++++++++++++++++++++
archive/bkcrack/HISTORY | 2 ++
archive/bkcrack/INSTALL | 3 +++
6 files changed, 35 insertions(+)

New commits:
commit ddaa79b3e295b27782c45fffba52af283c7c9c3b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bkcrack: new spell, Crack legacy Zip encryption

diff --git a/ChangeLog b/ChangeLog
index 4b4ee0f..4a104f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-11-20 Ismael Luceno <ismael AT sourcemage.org>
+ * archive/bkcrack: new spell, Crack legacy zip encryption
+
2022-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* kde-frameworks/modemmanager-qt: added

diff --git a/archive/bkcrack/CONFIGURE b/archive/bkcrack/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/archive/bkcrack/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/archive/bkcrack/DEPENDS b/archive/bkcrack/DEPENDS
new file mode 100755
index 0000000..bd2c258
--- /dev/null
+++ b/archive/bkcrack/DEPENDS
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS
diff --git a/archive/bkcrack/DETAILS b/archive/bkcrack/DETAILS
new file mode 100755
index 0000000..ceef340
--- /dev/null
+++ b/archive/bkcrack/DETAILS
@@ -0,0 +1,25 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=bkcrack
+ VERSION=1.5.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/kimci86/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:75dd31f4e8fff1a8c4cf05df3aad6baf4c6bd84692ced27bbc3aa2e7cc5fe535303d401a8130e0430b1524a0d4c4fd16e00c732075629e3f764fc6f1d97722f8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS="example"
+ DOCS="doc/*.md *.md license.txt"
+ WEB_SITE="https://github.com/kimci86/bkcrack";
+ LICENSE[0]="Zlib"
+ ENTERED=20221120
+ KEYWORDS=""
+ SHORT="Crack legacy Zip encryption"
+cat << EOF
+bkcrack is a command-line tool which implements a known plaintext attack
against
+the PKZip encryption algorithm. The main features are:
+* Recover internal state from ciphertext and plaintext.
+* Change a ZIP archive's password using the internal state.
+* Recover the original password from the internal state.
+
+The internal state of the cipher can be reversed given a ciphertext and just
12
+bytes of corresponding plaintext, and the password can also be reasonably
+cracked by brute force.
+EOF
diff --git a/archive/bkcrack/HISTORY b/archive/bkcrack/HISTORY
new file mode 100644
index 0000000..edbf3c5
--- /dev/null
+++ b/archive/bkcrack/HISTORY
@@ -0,0 +1,2 @@
+2022-11-20 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/archive/bkcrack/INSTALL b/archive/bkcrack/INSTALL
new file mode 100755
index 0000000..2437598
--- /dev/null
+++ b/archive/bkcrack/INSTALL
@@ -0,0 +1,3 @@
+bindir="$INSTALL_ROOT"/usr/bin/ &&
+install -d "$bindir" &&
+install -m555 -s src/bkcrack "$bindir"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ddaa79b3e295b27782c45fffba52af283c7c9c3b), Ismael Luceno, 11/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page