Unicode obfuscator and deobfuscator
Go to file
Salif Mehmed e161ed8d41
add files
2020-06-13 01:00:32 +03:00
unicode_obfuscator add files 2020-06-13 01:00:32 +03:00
.editorconfig add files 2020-06-11 17:55:20 +03:00
.gitignore add files 2020-06-11 17:55:20 +03:00
LICENSE add files 2020-06-11 17:55:20 +03:00
main.v add files 2020-06-13 01:00:32 +03:00
README.md add files 2020-06-13 01:00:32 +03:00
v.mod add files 2020-06-11 17:55:20 +03:00

Unicode obfuscator and deobfuscator

Installation

You need to have installed V compiler.

  • Clone the repository
git clone --depth=1 https://codeberg.org/salifm/unicode-obfuscator.git uobf
cd uobf/
  • Build
v -prod . -o uobf

Usage

Obfuscate

  • Insert invisible characted between every character in the string
uobf -i "string"
  • Replace every supported character with alternative similar looking character
uobf -r "string"
  • All of the above
uobf -a "string"

Deobfuscate

uobf "obfuscated string"

License

Copyright 2020 Salif Mehmed

unicode-obfuscator is licensed under the European Union Public Licence


Source code

The source code can be found on the following git repositories: