![JAR search and dependency download from the Maven repository](/logo.png)
io.justdevit.kotlin.boost.encryption.Constants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boost-commons Show documentation
Show all versions of boost-commons Show documentation
Library to boost working with Kotlin/JVM projects.
The newest version!
package io.justdevit.kotlin.boost.encryption
const val ENCRYPTED_DATA_PREFIX = "encrypted:"
const val AES_CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"
const val SECRET_KEY_ALGORITHM = "AES"
const val SECRET_KEY_FACTORY_ALGORITHM = "PBKDF2WithHmacSHA256"
const val SECRET_KEY_ITERATION_COUNT = 65536
const val SECRET_KEY_LENGTH = 256
© 2015 - 2025 Weber Informatics LLC | Privacy Policy