Skip to content

bennylp/hide-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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, ...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages