summaryrefslogtreecommitdiff
path: root/security/p5-Tie-EncryptedHash/DESCR
blob: f9c182fcc792118c7c5ee76474549e6942c13177 (plain)
1
2
3
4
5
6
7
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 
modification.