Random Data
Closed this issue · 2 comments
kapizoli77 commented
It would be great, if you can implement a cryptographically safe random String (or at least Data) generation. Thanks! :)
onmyway133 commented
@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
Thanks!