Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

PRJ-869: Use secure RNG for password generation #123

Merged
merged 4 commits into from
Apr 7, 2022
Merged

Conversation

IKrukov-HORIS
Copy link
Collaborator

@IKrukov-HORIS IKrukov-HORIS commented Apr 7, 2022

To my surprise I didn't find Kotlin implementation of Secure RNG in stdlib. According to this: Kotlin/KEEP#184 discussion there are reasons not to include it in stdlib. So I've created my own implementation of kotlin.random.Random on top of java.security.SecureRandom.

@IKrukov-HORIS IKrukov-HORIS requested a review from SerVB April 7, 2022 08:43
@IKrukov-HORIS IKrukov-HORIS requested a review from SerVB April 7, 2022 11:08
@IKrukov-HORIS IKrukov-HORIS merged commit d09f00d into master Apr 7, 2022
@IKrukov-HORIS IKrukov-HORIS deleted the PRJ-869 branch April 7, 2022 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants