From b976f7eec01c9c2a32ccd732848f5d451db824cf Mon Sep 17 00:00:00 2001 From: Abdullah Khawaja Date: Tue, 10 Dec 2024 07:53:04 +0300 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5d9231 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# MagiskTrustUserCerts for Android 14 + +This is a modified version of the [MagiskTrustUserCerts](https://github.com/NVISOsecurity/MagiskTrustUserCerts) module, designed to work with **Android 14**. + +The module allows user-installed certificates to be included in the system certificate store, enabling their use with apps that rely on the system trust store. + +## Features +- Compatible with **Android 14**. +- Automatically moves user-installed certificates to the system trust store. +- Ensures compatibility with Magisk framework. + +## Installation +1. Clone or download this repository. +2. Install the module via Magisk: + - Open the Magisk app. + - Go to **Modules**. + - Tap on **Install from Storage**. + - Select the downloaded module zip file. +3. Reboot your device. + +## Credits +- Original module by [NVISO Labs](https://github.com/NVISOsecurity/MagiskTrustUserCerts). +- Modified for Android 14 compatibility by **Abdullah Khawaja**. + +--- + +## Disclaimer +Use this module at your own risk. Modifying system certificates can introduce security risks. Ensure you understand the implications of your actions.