ron
private val cipher: Cipher @Throws(NoSuchAlgorithmException::class, NoSuchProviderException::class, NoSuchPaddingException::class) get() = Cipher.getInstance("AES/CBC/PKCS5Padding", "SunJCE")