mirror of
https://github.com/Luzifer/androcrypt.git
synced 2025-01-03 01:26:08 +00:00
Add README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bc3bdb5767
commit
b59d7903ac
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/androcrypt)](https://goreportcard.com/report/github.com/Luzifer/androcrypt)
|
||||
![](https://badges.fyi/github/license/Luzifer/androcrypt)
|
||||
![](https://badges.fyi/github/downloads/Luzifer/androcrypt)
|
||||
![](https://badges.fyi/github/latest-release/Luzifer/androcrypt)
|
||||
![](https://knut.in/project-status/androcrypt)
|
||||
|
||||
# Luzifer / androcrypt
|
||||
|
||||
`androcrypt` is a small single-binary wrapper around my [go-openssl](https://github.com/Luzifer/go-openssl) library to perform de-/encrypt operations on an Android device.
|
||||
|
||||
My use-case is especially having [Automagic](https://play.google.com/store/apps/details?id=ch.gridvision.ppam.androidautomagic) to be able to decrypt data fetched from the internet.
|
||||
|
||||
## Installation
|
||||
|
||||
As on Android (in my case Android 10) everything is sandboxed and the `/sdcard/` is mounted having a `noexec` flag it wasn't as easy to install as I thought. To get the binary to be executable I needed an Automagic workflow to write the file into the Automagic data dir (`/data/data/ch.gridvision.ppam.androidautomagic/...`) and make it executable.
|
Loading…
Reference in a new issue