moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
privacy-apps [2017/11/03 06:39]
serbizadmin [deid]
privacy-apps [2022/08/16 01:03] (current)
serbizadmin
Line 1: Line 1:
 +======   ======
 +
 +===== Privacy Maintenance =====
 +
 +Manage computer cache, cookies, and logs to maintain your privacy as well as shred sensitive files to prevent recovery. [[https://www.bleachbit.org|BleachBit]] can help.
 +
 +===== De-identification Tools  =====
 +
 +Tools to use to de-identify personal attributes in data sets.
 +
 +======ARX ======
 +
 +Recommended to anonymize sensitive personal information in tabular data. Download [[https://arx.deidentifier.org|ARX]] and manage privacy risks.
 +
 ====== deid ====== ====== deid ======
-**deid** scrubs free-text records by masking or removing identifiers. The package includes the code and dictionaries for automated location and removal of protected health information (PHI). + 
-\\+**deid** scrubs free-text records by masking or removing identifiers. The package includes the code and dictionaries for automated location and removal of protected health information (PHI).\\
 \\ \\
-The app requires prior Perl 5 (or later) installation. For mac users, no need for further installation. For Windows users, please use "perl -v" command on the commandline to check if Perl is available. If not, [[http://strawberryperl.com|please install this]].  +The app requires prior Perl 5 (or later) installation. For mac users, no need for further installation. For Windows users, please use "perl -v" command on the commandline to check if Perl is available. If not, [[http://strawberryperl.com|please install this]].
-\\ +
-  * [[https://www.physionet.org/physiotools/sources/deid/deid-1.1.tar.gz|Download the app]]. Unpack it on a directory (example: c:\deid) [[https://www.physionet.org/faq.shtml#tar-gz|using this instruction]].+
  
-Sample use on Windows:  +[[https://www.physionet.org/content/deid/1.1/GSstats/|Download, install, and run the app]]. 
-<codedoc code>  + 
-  $ cd deid +Finetune the app for your needs by modifying its dictionaries and lists of names and other identifiers.
-  $ perl deid.pl id deid.config +
-</codedoc>    +
-For more info, see[[https://www.physionet.org/physiotools/deid/doc/DeidUserManual.pdfits Manual]]. Finetune the app for your needs by modifying its dictionaries and lists of names and other identifiers.+
  
 ====== Deidentify ====== ====== Deidentify ======
-De-identification (by preudonymization) of free-text medical records involving Protected Health Information according to HIPAA Privacy Rules. "Detected identifiers are replaced by randomly generated substitutes. Consistency of the data is preserved as the same name, phone number or location will always be mapped to the same replacement." + 
-\\+De-identification (by preudonymization) of free-text medical records involving Protected Health Information according to HIPAA Privacy Rules. "Detected identifiers are replaced by randomly generated substitutes. Consistency of the data is preserved as the same name, phone number or location will always be mapped to the same replacement."\\
 \\ \\
 Download Download
 +
   * [[https://github.com/Planeshifter/deidentify/releases/download/v0.2.0/deidentify-0.2.0-Windows-x64.exe|Windows]]   * [[https://github.com/Planeshifter/deidentify/releases/download/v0.2.0/deidentify-0.2.0-Windows-x64.exe|Windows]]
   * [[https://github.com/Planeshifter/deidentify/releases/download/v0.1.1/deidentify-20150913-osx-x64.zip|mac]]   * [[https://github.com/Planeshifter/deidentify/releases/download/v0.1.1/deidentify-20150913-osx-x64.zip|mac]]
-\\ + 
-\\ + \\  \\ This app requires prior Java installation. [[https://www.java.com/verify/|Check here to verify]] if your computer has Java. \\  \\ **Deidentify**  is a buggy app. But it's a good code base for further development. If "Process File" option doesn't work, use "Batch Process" instead. 
-This app requires prior Java installation. [[https://www.java.com/verify/|Check here to verify]] if your computer has Java. +
-\\ +
-\\ +
-**Deidentify** is a buggy app. But it's a good code base for further development. If "Process File" option doesn't work, use "Batch Process" instead.+
 ====== See Also ====== ====== See Also ======
-  * [[Differential Privacy Tools]]+ 
 +  * [[Differential Privacy Tools|]] 
 +  * [[Security Tools|]] 
 +