You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pyramid-nacl-session

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyramid-nacl-session

Encrypted session cookie serializer for Pyramid

1.0.0
pipPyPI
Maintainers
4

pyramid_nacl_session: Encrypting Pyramid Session Cookies

.. image:: https://travis-ci.org/Pylons/pyramid_nacl_session.png?branch=master :target: https://travis-ci.org/Pylons/pyramid_nacl_session

.. image:: https://readthedocs.org/projects/pyramid_nacl_session/badge/?version=latest :target: http://docs.pylonsproject.org/projects/pyramid-nacl-session/en/latest/ :alt: Documentation Status

This Pyramid add-on defines an encrypting, pickle-based cookie serializer, using PyNaCl [1] to generate the symmetric encryption for the cookie state.

[1] https://pynacl.readthedocs.io/en/latest/secret/

See: docs/index.rst for the documentation.

.. note::

Initial development of this library was sponsored by ZeOmega Inc.

Changelog

1.0.0 (2020-08-17)

0.3 (2016-02-16)

0.2 (2015-11-23)

0.1 (2015-11-23)

  • Initial release.

Keywords

pyramid sessions cryptography security

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts