Closed iec989 closed 2 years ago
I would like to save the IP hashed instead of raw - is there anywhere where I can say how I want the IP to be saved?
i.e. hash("sha256", 'abcd'.\Request::ip().'1234')
hash("sha256", 'abcd'.\Request::ip().'1234')
That's not possible atm but feel free to send a PR.
I would like to save the IP hashed instead of raw - is there anywhere where I can say how I want the IP to be saved?
i.e.
hash("sha256", 'abcd'.\Request::ip().'1234')