TagSH — Hardware Backed Shell

500+
Téléchargements
Classification du contenu
Tout public
Capture d'écran
Capture d'écran

À propos de l'application

Have you ever needed to share a shell script with someone, but didn't feel like explaining the process of transferring and executing it? TagSH is an easy way to universally execute shell scripts. They can be stored on NFC tags for the added benefit of physical security. Additionally, TagSH automatically compresses your shell script with ZLIB compression so you'll be able to squeeze out over 50% more storage on your tag. Don't have any NFC tags on hand? No problem! TagSH allows you to execute entire shell scripts using QR codes or barcodes. You can even print them out for a physical copy of your script.

Features:
- ZLIB compression of scripts
- Flash your scripts directly from the app
- Dark material design compliant theme
- Script is stored directly on the tag (universal execution)
- Can work without root (permissions are limited)
- QR code and barcode scanning
- HTML code will open in a web view if detected

TagSH is fully open source: https://github.com/tytydraco/TagSH/

You can contact the developer (Tyler Nijmeh) using these platforms:
- Telegram: @tytydraco
- Email: tylernij@gmail.com
Date de mise à jour
8 yun 2020

Sécurité des données

La sécurité, c'est d'abord comprendre comment les développeurs collectent et partagent vos données. Les pratiques concernant leur confidentialité et leur protection peuvent varier selon votre utilisation, votre région et votre âge. Le développeur a fourni ces informations et peut les modifier ultérieurement.
Aucune donnée partagée avec des tiers
En savoir plus sur la manière dont les développeurs déclarent le partage
Aucune donnée collectée
En savoir plus sur la manière dont les développeurs déclarent la collecte

Nouveautés

- Require NFC to flash tags
- Update gradle and AndroidX libs
- Update NFC class
- Remove HTML support (made new app NFCWebView to handle that)