An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kotlin String ENC TOOL

it is a encription tool for hide strings on your kotlin class

## Screenshots

![App Screenshot](https://github.com/ALEX5402/enc-tool/blob/main/Screenshot_20230625_114720.png)

## 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

```