Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patilshreyas/bytemask
Android Gradle Plugin that masks secret strings for the app in the source code making it difficult to extract from reverse engineering.
https://github.com/patilshreyas/bytemask
android android-app gradle-plugin kotlin secret
Last synced: 6 days ago
JSON representation
Android Gradle Plugin that masks secret strings for the app in the source code making it difficult to extract from reverse engineering.
- Host: GitHub
- URL: https://github.com/patilshreyas/bytemask
- Owner: PatilShreyas
- License: apache-2.0
- Created: 2024-05-12T08:00:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:32:11.000Z (4 months ago)
- Last Synced: 2024-10-14T03:43:17.704Z (25 days ago)
- Topics: android, android-app, gradle-plugin, kotlin, secret
- Language: Kotlin
- Homepage: https://patilshreyas.github.io/bytemask/
- Size: 2.31 MB
- Stars: 239
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bytemask
Android Gradle Plugin that masks your **secret strings** for the app in the source code making it difficult to extract from _reverse engineering_.
[***▶️ Read the documentation***](https://patilshreyas.github.io/bytemask) for more information and guide to use this utility
[![Gradle Plugin](https://img.shields.io/gradle-plugin-portal/v/dev.shreyaspatil.bytemask.plugin?color=%233cafc6&label=Plugin&logo=gradle&style=flat-square)](https://plugins.gradle.org/plugin/dev.shreyaspatil.bytemask.plugin)
[![Build](https://github.com/PatilShreyas/Bytemask/actions/workflows/build.yml/badge.svg)](https://github.com/PatilShreyas/Bytemask/actions/workflows/build.yml)
[![Release](https://github.com/PatilShreyas/Bytemask/actions/workflows/release.yml/badge.svg)](https://github.com/PatilShreyas/Bytemask/actions/workflows/release.yml)## 🙋♂️ Contribute
Read [contribution guidelines](CONTRIBUTING.md) for more information regarding contribution.
## 💬 Discuss?
Have any questions, doubts or want to present your opinions, views? You're always welcome. You
can [start discussions](https://github.com/PatilShreyas/bytemask/discussions).## License
```
Copyright 2024 Shreyas PatilLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```