Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / p5-Tie-EncryptedHash / DESCR
blob8e9f4e368dae1ac541b87f05066b131fe079895f
1 Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
2 containers of data.  Tie::EncryptedHash introduces special hash fields that
3 are coupled with encrypt/decrypt routines to encrypt assignments at STORE()
4 and decrypt retrievals at FETCH().  By design, encrypting fields are
5 associated with keys that begin in single underscore.  The remaining keyspace
6 is used for accessing normal hash fields, which are retained without
7 modification.