-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a PHP session hander for encrypted sessions using halite. #92
Comments
That would need to be a separate project, because it would have to hook into multiple persistence backends (Redis, Memcached, PDO, Flysystem) and I don't think anyone wants all of that irrelevant technical debt and/or attack surface in their cryptography library. That said, I think it's worth doing. Any suggestions for a name? |
I would have to think of one. I am not good with names. :) |
Maybe we can go with |
@paragonie-scott what about |
esendler is not that bad. 👍 |
I'm going to circle back to this in the near future. |
It would cool if halite had a built in custom session handler that can be added just as doing. 'session_set_save_handler(new halite_session_class)'.
The text was updated successfully, but these errors were encountered: