FileSize | 7468 |
MD5 | 7A537C45A3D18C12F676D5D0184CB411 |
PackageDescription | Flask's session handling using server-side sessions (Python 3)
This package contains server-side session replacement for Flask's signed
client-based session management. Instead of storing data on the client, only a
securely generated ID is stored on the client, while the actual session data
resides on the server.
.
This has two major advantages:
- Clients no longer see the session information
- It is possible to securely destroy sessions to protect against replay
attacks.
.
Other things are possible with server side session that are impossible with
clients side sessions, like inspecting and manipulating data in absence of the
client.
.
This package installs the library for Python 3. |
PackageMaintainer | Kali Developers <devel@kali.org> |
PackageName | python3-flask-kvsession |
PackageSection | python |
PackageVersion | 0.6.4+git20150814.1.83238b7-0kali1~jan+nus3 |
SHA-1 | 9310A5327CEC64AD4762EFCC0EF7191C2E0327E1 |
SHA-256 | CE485CAB8B08BEEC21AF31311B2904E8633E0080CFA5EC361E3BD2E1C49C1ACE |