1
0
Fork 0
mirror of synced 2025-07-04 20:36:42 +02:00

Generate salt using 128bits from arc4random_buf

This commit is contained in:
Mason Simon 2018-05-27 19:19:09 -07:00
parent 44ccc14540
commit fa8830b003
6 changed files with 35 additions and 22 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:latest
WORKDIR .
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev libbsd-dev
ADD ipscrub /ipscrub/
ADD Makefile /