- testing docker build and push action from github.
1.0.1
- testing docker build and push action from github.
1.0.0
- Added in redaction support from linux piped input. - `echo 'This is my ip: 127.0.0.1. My email is brutegmail.com. My favorite secret link is github.com' | prk` - Added docker support to run the app from docker. - `docker run -v "$(pwd):/home/nonroot/workdir" brootware/pyredactkit 'This is my ip: 127.0.0.1. My email is brutegmail.com. My favorite secret link is github.com'`
0.4.0
Making sure only sensitive string is in the api detection
Changed
- Making sure only sensitive string is in the api detection
0.3.9
Fixed the api from not identifying base64 text.
Changed
- Fixed the api from not identifying base64 text.
0.3.8
PyRedactKit can now smartly detect if your input is a text sentence or a file thanks to the latest AI based on 'If,else' implemented by the author. :D
Changed
- No need to use -f switch to redact file anymore. `prk [file/directory_with_files]` will redact the file just fine.