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

Crypt session #4465

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Crypt session #4465

merged 5 commits into from
Nov 15, 2024

Conversation

nilsteampassnet
Copy link
Owner

Improves the session manager by encrypting all session files content

IMPORTANT: once files are copied on the server, it is required to remove all session files.
This deletion has to be performed before browsing Teampass again.

As an example:

  • Folder could be /var/lib/php/sessions
  • Command to remove files: sudo find /var/lib/php/sessions -type f -exec rm -f {} +

Improves the session manager by encrypting all session files content

IMPORTANT: once files are copied on the server, it is requiered to remove all session files.
This deletion has to be performed before browsing Teampass again.
Removed some commented code
Copy link
Contributor

@corentin-soriano corentin-soriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works fine, thank you!

@nilsteampassnet nilsteampassnet merged commit 8297c51 into master Nov 15, 2024
1 check passed
@nilsteampassnet nilsteampassnet deleted the crypt_session branch November 15, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants