all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 50100@debbugs.gnu.org
Subject: [bug#50100] [PATCH] gnu: Add python-android-otp-extractor.
Date: Tue, 17 Aug 2021 19:51:14 +0000	[thread overview]
Message-ID: <l4q8DY_8EToPgmIVnrJvO5HfvEVzDuhR1q9cpQ9DcYaGlk76nAY5UjcYh-fl8KmzH44NQRpnwPFAqHNlbxToTflMvpwppu3Ijs8eOB3NGGY=@protonmail.com> (raw)

* gnu/packages/android.scm (python-android-otp-extractor): New variable.

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index eb538f6540..5510aa6a29 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -916,6 +916,36 @@ safest way, on a file image.")
 useful for reverse engineering, analysis of Android applications and more.")
     (license license:asl2.0)))

+(define-public python-android-otp-extractor
+(package
+  (name "python-android-otp-extractor")
+  (version "cf282c71b178faa893aacf70b46ba9a78e694c86") ; no tags
+  (source
+   (origin
+    (method git-fetch)
+     (uri
+      (git-reference
+       (url "https://github.com/puddly/android-otp-extractor")
+       (commit version)))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32
+       "05la9rms7vgzpgk0qhhwqzsdggdnakgppdpp1wm2pzcg7rn8yp21"))))
+  (build-system python-build-system)
+  (arguments
+    `(#:tests? #f)) ; no tests
+  (propagated-inputs `(("adb" ,adb)
+                       ("python-cryptography" ,python-cryptography)
+                       ("python-coloredlogs" ,python-coloredlogs)))
+  (synopsis "Extracts OTP tokens from rooted Android devices")
+  (description "Many OTP apps don't support exporting or backing up their OTP
+secrets.  Switching apps would require you to regenerate all of your tokens,
+which can be tedious if you have a lot.  This application can extract your
+tokens from popular Android OTP apps and export them in a standard format
+or just display them as QR codes for easy importing.")
+  (home-page "https://github.com/puddly/android-otp-extractor")
+  (license license:gpl3)))
+
 (define-public fdroidserver
   (package
     (name "fdroidserver")
--
2.32.0




             reply	other threads:[~2021-08-17 19:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 19:51 phodina via Guix-patches via [this message]
2021-09-18  8:49 ` [bug#50100] [PATCH v2] gnu: Add python-android-otp-extractor phodina via Guix-patches via
2021-09-18 10:33 ` [bug#50100] [PATCH v3] " phodina via Guix-patches via
2021-12-03 15:14   ` phodina via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='l4q8DY_8EToPgmIVnrJvO5HfvEVzDuhR1q9cpQ9DcYaGlk76nAY5UjcYh-fl8KmzH44NQRpnwPFAqHNlbxToTflMvpwppu3Ijs8eOB3NGGY=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50100@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.