All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.in.shabinder.soundbound.zipline.Crypto.kt Maven / Gradle / Ivy

package `in`.shabinder.soundbound.zipline

import app.cash.zipline.ZiplineService

interface Crypto : ZiplineService {
    fun desECBDecrypt(key: String, input: String): String

    fun encodeBase64(input: String): String

    fun decodeBase64(input: String): String

    fun sha1Hex(input: String): String

    fun urlEncode(input: String): String

    fun urlDecode(input: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy