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

iosMain.tech.skot.model.Encoding.kt Maven / Gradle / Ivy

package tech.skot.model

actual fun decodeBase64(str:String):String {
    return "TODO!!"
}

actual fun encodeBase64(str: String) = "TODO!!"

actual fun hashSHA256(str:String):String = "TODO!!"

actual fun aes128encrypt(textToEncrypt:String, secret:String, initializationVector:String):String = "TODO!!"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy