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" <50100@debbugs.gnu.org>
Subject: [bug#50100] [PATCH v3] gnu: Add python-android-otp-extractor.
Date: Sat, 18 Sep 2021 10:33:03 +0000	[thread overview]
Message-ID: <IB2LFjB1cqQ2Hae4Ovi7zXkEh5sV5veDOiEFMTv99lcYsHvclHjOiRUgwOe62Qwnavmz7frg3MywMQJcjGWC6E0Tv7svIzFuwoUDZgbdJMQ=@protonmail.com> (raw)
In-Reply-To: <l4q8DY_8EToPgmIVnrJvO5HfvEVzDuhR1q9cpQ9DcYaGlk76nAY5UjcYh-fl8KmzH44NQRpnwPFAqHNlbxToTflMvpwppu3Ijs8eOB3NGGY=@protonmail.com>

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

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 99c283dfaf..59dce5bd9a 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Sergey Trofimov <sarg@sarg.org.ru>
+;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -917,6 +918,38 @@ 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
+  (let ((commit "cf282c71b178faa893aacf70b46ba9a78e694c86")
+        (revision "1"))
+    (package
+      (name "python-android-otp-extractor")
+      (version commit)
+      (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




  parent reply	other threads:[~2021-09-18 10:34 UTC|newest]

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