https://github.com/alex5402/enc-tool
kotlin based encription for strings
https://github.com/alex5402/enc-tool
encryption encryption-decryption kotlin-android security
Last synced: 4 months ago
JSON representation
kotlin based encription for strings
- Host: GitHub
- URL: https://github.com/alex5402/enc-tool
- Owner: ALEX5402
- Created: 2023-06-24T20:32:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T07:19:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T05:51:13.732Z (over 1 year ago)
- Topics: encryption, encryption-decryption, kotlin-android, security
- Language: Kotlin
- Homepage:
- Size: 1.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin String ENC TOOL
it is a encription tool for hide strings on your kotlin class
## Screenshots

## Usage/Examples
```javascript
val decriptedkey = alexEnc.decryptString([your string key],[your key pass])
val output = alexEnc.encryptString([your strings need to be hide])
val your-enckey-veriavle = output.second
val your-encString-veriavle = output.first
```