/binary-rotate

Program to rotate any binary data

Primary LanguageC#MIT LicenseMIT

BROT

build codecov

BROT - binary rotator, a CLI project for "ciphering" any data.

It uses binary data rotation algorithm invented by me)

Installation

git clone https://github.com/kievzenit/binary-rotate

Usage

  1. Build
dotnet build
  1. Run:
.\brot -d 17 -n test.txt text.txt directory
  • -d: rotation count or "degrees"
  • -n: negative rotation
  • test.txt, directory and so on: it's files that must be ciphered

Contributing

Pull requests are welcome!) For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT