onmyway133/Arcane

Random Data

Closed this issue · 2 comments

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

@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

Thanks!