Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 915 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 915 Bytes

Obfuscate Sensitive String Literals in Source Code

Use this tool online here.

In trivial projects, sometimes you want to obfuscate slightly sensitive information from people who casually browse the source code. The information you want to hide is not sensitive enough to warrant the use of encryption, but you want to hide it from plain sight nevertheless.

That's what this tool is for. This is not, of course, equal to providing strong encryption to your sensitive data.

This is a simple project containing just one HTML file that you can just open in the browser or use live here. It supports:

  • multiple output languages (C/C++, Python, ...)
  • multiple obfuscation methods (source code obfuscation, object code obfuscation, ...)