Skip to content
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

Open
Nenglish7 opened this issue Feb 5, 2018 · 6 comments
Open

Comments

@Nenglish7
Copy link
Contributor

Nenglish7 commented Feb 5, 2018

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)'.

@paragonie-scott
Copy link
Member

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?

@Nenglish7
Copy link
Contributor Author

I would have to think of one. I am not good with names. :)

@Nenglish7
Copy link
Contributor Author

Maybe we can go with paragonie/polaris for the composer package name and polaris for the repository name. What are your thoughts.

@kockodev
Copy link

kockodev commented Feb 6, 2018

@paragonie-scott what about paragonie/esendler (encrypted session handler)

@Nenglish7
Copy link
Contributor Author

esendler is not that bad. 👍

@paragonie-scott
Copy link
Member

I'm going to circle back to this in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants