onmyway133 / Arcane

:trident: CommonCrypto in Swift, and more
https://onmyway133.github.io/
Other
284 stars 22 forks source link

Random Data #16

Closed kapizoli77 closed 6 years ago

kapizoli77 commented 6 years ago

It would be great, if you can implement a cryptographically safe random String (or at least Data) generation. Thanks! :)

onmyway133 commented 6 years ago

@kapizoli77 Hi, this uses Common Crypto under the hood. For randomisation, you can use Randomization Services in Security framework https://developer.apple.com/documentation/security/randomization_services

kapizoli77 commented 6 years ago

Thanks!