Bug 96691 - [NEW PORT] security/py24-trustedpickle: TrustedPickle is a Python (de)Pickler with a way to verify the data
Summary: [NEW PORT] security/py24-trustedpickle: TrustedPickle is a Python (de)Pickler...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 22:50 UTC by Alexander Botero-Lowry
Modified: 2006-05-09 12:57 UTC (History)
0 users

See Also:


Attachments
py24-trustedpickle-0.02.shar (3.18 KB, text/plain)
2006-05-02 22:50 UTC, Alexander Botero-Lowry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Botero-Lowry 2006-05-02 22:50:20 UTC
TrustedPickle is a Python module that can save most any arbitrary Python object
 in a signed pickle file. There are two big differences between this module and
 the standard pickle module. First, TrustedPickle can pickle a module, but the 
standard pickle module cannot. Second, TrustedPickle includes a signature that 
can verify the data's origin before the data is unpickled.

WWW: http://trustedpickle.sourceforge.net/index.html

Generated with FreeBSD Port Tools 0.63
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-05-08 01:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Take.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-05-09 12:57:52 UTC
State Changed
From-To: open->closed

Please feed me more high-quality PRs!