Rafal W.

Results 253 comments of Rafal W.

Looks good for me.

It's much more clearer now, great job.

Related: [Are there any compression algorithms based on PI?](http://cs.stackexchange.com/q/42464/2320)

Related PR: https://github.com/arthepsy/CVE-2021-4034/pull/2

I think so, in case when `COMPOSER_BIN_DIR` is defined, running without sudo `~/bin` value could be more preferred, with `sudo`, the `/usr/local/bin` work better in this case, so it's better...

Ok, my `DRUPAL_TI_DB` was missing, so `drupal.sh` failed to create the database via: ``` mysql -e "create database $DRUPAL_TI_DB" ``` I thought specifying `DRUPAL_TI_DB_URL` should be enough, but it seems...

> still the same You need to specify the input file (`-i`) or pass the content from the stdin.

``` $ seq 1 100 | ./brainflayer -t rush -r 'CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d' -v input2priv failed! continuing... input2priv failed! continuing... ... 08f66ebc7de5d3227c5b0e7c45f082c5a5f40190:u:rush:99 169f400ac968dabcf3395fccb6830c83653ea143:c:rush:99 146faf7aef5ca19f48e1125e625b2303bee9cf55:u:rush:100 8ebc0cf96aa5ae72f92a64e15a35076c8c7b8660:c:rush:100 rate: 2521.11 p/s found: 0/100 elapsed: 0.040...

No limits, I was able to import over 100mlns of hashes into a single .blf, but the more you import, more false positives you'll get.

I did few comparisons which I'd like to share. I've used [`leadiro/sha256`](https://github.com/leadiro/sha256) command to calculate the speed of sha256 hashing alone on my machine (hash per line) and it's around...