Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 643 Bytes

File metadata and controls

24 lines (13 loc) · 643 Bytes

PassCensor

This is just a simple program created by the need to censor passwords for some reports.

Since I had to do this task both in Windows and Linux, I decided to write this using .NET Core.

Build

dotnet publish -r linux-x64 Linux

dotnet publish -r win-x64 Windows

Usage

PassCensor -H Help

PassCensor /path/to/inputfile /path/to/outputfile

Download compiled binaries

Linux x64

Windows x64