diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 11:46:02 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 11:46:02 +0000 |
commit | bdcd0201a64f7e8240473919ac13e2ff043061ce (patch) | |
tree | 327b9ebaee7a0655f91a4ea5fc55f8f389756c78 /security/py-trustedpickle/distinfo | |
parent | 2294228d092f73f4121c3594861e0252bb1a3376 (diff) |
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
PR: ports/96691
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: lawrance (mentor)
Notes
Notes:
svn path=/head/; revision=161798
Diffstat (limited to 'security/py-trustedpickle/distinfo')
-rw-r--r-- | security/py-trustedpickle/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-trustedpickle/distinfo b/security/py-trustedpickle/distinfo new file mode 100644 index 000000000000..17332249f333 --- /dev/null +++ b/security/py-trustedpickle/distinfo @@ -0,0 +1,3 @@ +MD5 (TrustedPickle.tgz) = 578cd6d7c114e914d12e04ea540b9f67 +SHA256 (TrustedPickle.tgz) = 06a99ddb6b245edc1e3d69a95b9b0ec5f666eefd39d6817dda5e2c19a167a29c +SIZE (TrustedPickle.tgz) = 21437 |