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

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

There is a newer version: 1.2.9
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy