BROT - binary rotator, a CLI project for "ciphering" any data.
It uses binary data rotation algorithm invented by me)
git clone https://github.com/kievzenit/binary-rotate
- Build
dotnet build
- 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
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.