io.sureshg.extn / kotlin.CharArray

Extensions for kotlin.CharArray

pbeCipher

fun CharArray.pbeCipher(algo: String, params: AlgorithmParameters, mode: Int = Cipher.DECRYPT_MODE): Cipher

Returns Cipher instance for this char array password with password-based encryption (PBE).