Never ever ever use pixelation as a redaction technique
Go to file
Dan Petro 3daee6cdf4 SQUASHME: Doesn't work with spaces. Gotta make special case for that 2022-01-04 16:50:46 -07:00
src SQUASHME: Doesn't work with spaces. Gotta make special case for that 2022-01-04 16:50:46 -07:00
.eslintrc Working pixelation 2021-10-19 16:16:13 -07:00
.gitignore Successfully replicate gimp's pixelation routine 2021-10-21 12:41:49 -07:00
LICENSE Initial commit 2021-10-18 09:15:40 -07:00
README.md Working pixelation 2021-10-19 16:16:13 -07:00
index.css Pretty sure I fixed the memory leak 2021-10-29 09:56:41 -07:00
index.html Pretty sure I fixed the memory leak 2021-10-29 09:56:41 -07:00
package-lock.json Working pixelation 2021-10-19 16:16:13 -07:00
package.json Working pixelation 2021-10-19 16:16:13 -07:00
redact_template.html Working pixelation 2021-10-19 16:16:13 -07:00
tsconfig.json Major memory issue, but recursion works! 2021-10-28 09:42:22 -07:00

README.md

Unredacter

Unredact text that has been redacted using insecure methods

How to Use

Install the dependencies:

npm install

Then start with

npm start

That's it.