bcrypt
bcrypt copied to clipboard
Wrapper for bcrypt in R
Hello, I install your package and use the fonction ``` library(bcrypt) pwd
Hi, I was reading [this issue](https://github.com/jeroen/bcrypt/issues/4) and @jeroen says that: > So this problem originates in the OpenSSL RNG? Do you also see it when calling this directly? And suggest...
The bcrypt library causes aws.s3 to fail for requests once this is loaded. **Restart your R session and try:** ``` library(aws.s3) # https://github.com/cloudyr/aws.s3 # library(bcrypt) # commented on prupose #...
For some reason appveyor freezes when running the `bcrypt` examples: https://ci.appveyor.com/project/jeroenooms/bcrypt/history. I can't reproduce this elsewhere. Any suggestion how to debug this @krlmlr ?