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

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

package tech.skot.model

expect fun decodeBase64(str:String):String

expect fun encodeBase64(str: String):String

expect fun hashSHA256(str:String):String

expect fun aes128encrypt(textToEncrypt:String, secret:String, initializationVector:String):String




© 2015 - 2025 Weber Informatics LLC | Privacy Policy