diff options
Diffstat (limited to 'security/p5-Tie-EncryptedHash')
-rw-r--r-- | security/p5-Tie-EncryptedHash/DESCR | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Tie-EncryptedHash/DESCR b/security/p5-Tie-EncryptedHash/DESCR index f9c182fcc79..8e9f4e368da 100644 --- a/security/p5-Tie-EncryptedHash/DESCR +++ b/security/p5-Tie-EncryptedHash/DESCR @@ -1,7 +1,7 @@ -Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting -containers of data. Tie::EncryptedHash introduces special hash fields that +Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting +containers of data. Tie::EncryptedHash introduces special hash fields that are coupled with encrypt/decrypt routines to encrypt assignments at STORE() -and decrypt retrievals at FETCH(). By design, encrypting fields are -associated with keys that begin in single underscore. The remaining keyspace -is used for accessing normal hash fields, which are retained without +and decrypt retrievals at FETCH(). By design, encrypting fields are +associated with keys that begin in single underscore. The remaining keyspace +is used for accessing normal hash fields, which are retained without modification. |