diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-20 21:12:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-20 21:12:20 +0000 |
commit | feb651a670ea28acbcdff5d4094d1fc157dd4db3 (patch) | |
tree | 57382a57c3855282ce9c594d06d512afc17afa45 /security/p5-Crypt-xDBM_File | |
parent | 11982cf73b1f58c0e303c3daa923fb3325eaf5e2 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-xDBM_File')
-rw-r--r-- | security/p5-Crypt-xDBM_File/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-xDBM_File/pkg-descr b/security/p5-Crypt-xDBM_File/pkg-descr index 9feaa5d21277..3a69da6d1e94 100644 --- a/security/p5-Crypt-xDBM_File/pkg-descr +++ b/security/p5-Crypt-xDBM_File/pkg-descr @@ -1,4 +1,4 @@ -Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and +Crypt::xDBM_File encrypts/decrypts the data in a gdbm, ndbm, sdbm (and maybe even berkeleyDB, but I didn't test that) file. It gets tied to a hash and you just access the hash like normal. The crypt function can be any of the CPAN modules that use encrypt, decrypt, keysize, blocksize |