Skip to content

Commit

Permalink
Add a very simple batch and Shell scripts to run data anonymization.
Browse files Browse the repository at this point in the history
  • Loading branch information
armenak committed Sep 15, 2016
1 parent 65d04e4 commit 8c3910d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample_projects/database_discovery/Anonymize.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp "DataAnonymizer.jar;sqljdbc4.jar" com.strider.dataanonymizer.Anonymizer -a -P db.properties
java -jar DataDefender.jar database-discovery anonymize
1 change: 1 addition & 0 deletions sample_projects/database_discovery/Anonymize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar DataDefender.jar database-discovery anonymize

0 comments on commit 8c3910d

Please sign in to comment.