
Project deprecated and migrated to a new repository, guiding users through dependency updates and import replacements to transition to the latest version.
This project has been moved to the KotlinCrypto organization and can be found HERE. No further updates to this project will be made, and it should not be used.
If you are already utilizing this project, you can follow the steps below to migrate to KotlinCrypto/secure-random
Add the replacement dependency + update this project's dependency to the
latest release (to bring in the Deprecation notice).
dependencies {
implementation("org.kotlincrypto:secure-random:0.1.0")
// TODO: Remove after replacing imports in source code
implementation("io.matthewnelson.kotlin-components:secure-random:0.1.3")
}Use the ReplaceWith deprecation feature to replace imports for SecureRandom and SecRandomCopyException
Remove dependency io.matthewnelson.kotlin-components:secure-random from your project.
This project has been moved to the KotlinCrypto organization and can be found HERE. No further updates to this project will be made, and it should not be used.
If you are already utilizing this project, you can follow the steps below to migrate to KotlinCrypto/secure-random
Add the replacement dependency + update this project's dependency to the
latest release (to bring in the Deprecation notice).
dependencies {
implementation("org.kotlincrypto:secure-random:0.1.0")
// TODO: Remove after replacing imports in source code
implementation("io.matthewnelson.kotlin-components:secure-random:0.1.3")
}Use the ReplaceWith deprecation feature to replace imports for SecureRandom and SecRandomCopyException
Remove dependency io.matthewnelson.kotlin-components:secure-random from your project.