Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hax3xploit authored Dec 10, 2024
1 parent 0ff476d commit b976f7e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b976f7e

Please sign in to comment.