Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 365 Bytes

byte reducer

reduces bytes to get "obfuscated" strings

how it works

gets the hexadecimal bytes of a string, reduces it by 1 (e.g: 5e turns into 4d) and then convert to string again

limitations

  • some strings can be only reduced 4 times, due to reducing logic. (will be fixed soon)
  • to reduce more than 1 time you have to run the program more than 1 time