1
0
Fork 0
mirror of https://github.com/Luzifer/androcrypt.git synced 2024-10-18 06:04:22 +00:00
Small single-binary wrapper around my go-openssl library to perform de-/encrypt operations on an Android device
Find a file
Knut Ahlers 38d3da2ebc
Add install instruction
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-10-07 14:58:08 +02:00
.gitignore Initial version 2019-10-07 14:29:07 +02:00
.repo-runner.yaml Initial version 2019-10-07 14:29:07 +02:00
flow_Install_Androcrypt.png Add install instruction 2019-10-07 14:58:08 +02:00
flow_Install_Androcrypt.xml Add install instruction 2019-10-07 14:58:08 +02:00
go.mod Initial version 2019-10-07 14:29:07 +02:00
go.sum Initial version 2019-10-07 14:29:07 +02:00
History.md prepare release v0.1.0 2019-10-07 14:42:44 +02:00
LICENSE Initial version 2019-10-07 14:29:07 +02:00
main.go Fix copy&paste 2019-10-07 14:51:46 +02:00
Makefile Initial version 2019-10-07 14:29:07 +02:00
README.md Add install instruction 2019-10-07 14:58:08 +02:00

Go Report Card

Luzifer / androcrypt

androcrypt is a small single-binary wrapper around my go-openssl library to perform de-/encrypt operations on an Android device.

My use-case is especially having Automagic 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.

This is the flow to be imported into Automagic (click for XML):