diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /security/p5-Crypt-xDBM_File | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-xDBM_File')
-rw-r--r-- | security/p5-Crypt-xDBM_File/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Crypt-xDBM_File/pkg-descr b/security/p5-Crypt-xDBM_File/pkg-descr index 3a69da6d1e94..c51edec91c1f 100644 --- a/security/p5-Crypt-xDBM_File/pkg-descr +++ b/security/p5-Crypt-xDBM_File/pkg-descr @@ -1,16 +1,16 @@ -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 +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 (so Crypt::IDEA, Crypt::DES, Crypt::Blowfish, ... should all work) -***IMPORTANT*** Encryption keys (the key you pass in on the tie line) -will be padded or truncated to fit the keysize(). Data (the key/values of -the hash) is padded to fill complete blocks of blocksize(). +***IMPORTANT*** Encryption keys (the key you pass in on the tie line) +will be padded or truncated to fit the keysize(). Data (the key/values of +the hash) is padded to fill complete blocks of blocksize(). -The padding is stripped before being returned to the user so you shouldn't -need to worry about it (except truncated keys). Read the doc that comes -with crypt function to get an idea of what these sizes are. If keysize +The padding is stripped before being returned to the user so you shouldn't +need to worry about it (except truncated keys). Read the doc that comes +with crypt function to get an idea of what these sizes are. If keysize or blocksize returns a zero the default is set to 8 bytes (64 bits). WWW: http://search.cpan.org/dist/Crypt-xDBM_File/ |