Skip to content

Clojure library that scrubs sensitive data (credit card numbers, social security numbers) from text.

Notifications You must be signed in to change notification settings

dkincaid/sensitive-data-scrubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sensitive-data-scrubber

A Clojure library designed to scrub sensitive data such as social security numbers and credit card numbers from strings.

Building the library

You'll need to have Leiningen installed. Then clone the repository and do: lein deps uberjar

Usage

After building you can run it from a command prompt using java -jar SensitiveInfoFilter-0.1.0-standalone.jar "string to scrub"

I've also created a VERY rudimentary web interface for testing it out and included a Procfile for use in deploying to Heroku.

License

Copyright © 2012 David Kincaid

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure library that scrubs sensitive data (credit card numbers, social security numbers) from text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published