├── .zenodo.json ├── LICENSE.md ├── README.md ├── _config.yml ├── deidentification ├── README.md ├── deidentification-other.md ├── deidentification-python.md └── deidentification-r.md ├── file-dictionary.md ├── secure-computing ├── README.md ├── encryption-tools.md └── secure-computing-tools.md └── synthetic-data ├── README.md ├── synthetic-other.md ├── synthetic-python.md └── synthetic-r.md /.zenodo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/.zenodo.json -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/_config.yml -------------------------------------------------------------------------------- /deidentification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/deidentification/README.md -------------------------------------------------------------------------------- /deidentification/deidentification-other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/deidentification/deidentification-other.md -------------------------------------------------------------------------------- /deidentification/deidentification-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/deidentification/deidentification-python.md -------------------------------------------------------------------------------- /deidentification/deidentification-r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/deidentification/deidentification-r.md -------------------------------------------------------------------------------- /file-dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/file-dictionary.md -------------------------------------------------------------------------------- /secure-computing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/secure-computing/README.md -------------------------------------------------------------------------------- /secure-computing/encryption-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/secure-computing/encryption-tools.md -------------------------------------------------------------------------------- /secure-computing/secure-computing-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/secure-computing/secure-computing-tools.md -------------------------------------------------------------------------------- /synthetic-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/synthetic-data/README.md -------------------------------------------------------------------------------- /synthetic-data/synthetic-other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/synthetic-data/synthetic-other.md -------------------------------------------------------------------------------- /synthetic-data/synthetic-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/synthetic-data/synthetic-python.md -------------------------------------------------------------------------------- /synthetic-data/synthetic-r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UtrechtUniversity/privacy-engineering-tools/HEAD/synthetic-data/synthetic-r.md --------------------------------------------------------------------------------