[ 
https://issues.apache.org/jira/browse/COLLECTIONS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren closed COLLECTIONS-750.
-------------------------------------
    Fix Version/s: 4.5
       Resolution: Fixed

This issue was resolved with simplification of Bloom filter code

> Add a Bloom filter Hasher implementation that minimizes information leakage
> ---------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-750
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-750
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Collection
>    Affects Versions: 4.5
>            Reporter: Claude Warren
>            Priority: Minor
>             Fix For: 4.5
>
>
> The current implementations of Hasher either leak the contents that are being 
> hashed or are fixed to a specific shape.  This change is to add a Hasher that 
> only tracks the hashed values so that secure systems may use the Bloom filter 
> implementation without fear of information leakage beyond that of the hashed 
> values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to