ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability.

Florian Kohlmayer 0f2d3e2e29 Update docs 8 years ago
data 0411d6d9d5 Update datasets 9 years ago
doc 0f2d3e2e29 Update docs 8 years ago
lib 9532fdd477 Update mysql connector to version 5.1.38. Add Oracle FOSS License 9 years ago
logo 5c3c99f5ea Merge remote-tracking branch 'origin/highdimensional' 9 years ago
src cc2ac9d37e Make trim() robust, i.e. able to handle null values. 8 years ago
.gitignore 5c3c99f5ea Merge remote-tracking branch 'origin/highdimensional' 9 years ago
.mailmap ef7c2e0b32 Update mailmap file 9 years ago
LICENSE 5c3c99f5ea Merge remote-tracking branch 'origin/highdimensional' 9 years ago
build.xml 2d946963c8 Bump version number to 3.4.2 8 years ago
readme.md f924f9b4ac Update readme.md 8 years ago

readme.md

ARX - Powerful Data Anonymization

ARX is a comprehensive open source software for de-identifying sensitive personal data. It has been designed from the ground up to provide high scalability, ease of use and a tight integration of the many different aspects relevant to data anonymization. Its highlights include:

  • Risk-based anonymization using different statistical models
  • Syntactic privacy models, such as k-anonymity, ℓ-diversity, t-closeness and δ-presence
  • Semantic privacy models, such as (ɛ, δ)-differential privacy
  • Data transformation with generalization, suppression, microaggregation and top/bottom coding as well as global and local recoding
  • Methods for analyzing data utility
  • Methods for analyzing re-identification risks

The software is able to handle very large datasets on commodity hardware and features an intuitive cross-platform graphical user interface. You can find further information on our website.

License

The ARX framework is copyright (C) 2012-2016 Florian Kohlmayer and Fabian Prasser. It is licensed under the Apache License, Version 2.0:

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

External Libraries

The framework uses external libraries. The according licenses are listed in the respective folders.