
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
python source code obfuscator. only obscures strings and integers
Installation $ git clone https://github.com/zevtyardt/no-strint $ cd no-strint $ python2 setup.py install or pip install . $ strint -h
$ pip2 install strint
Basic usage $ strint or $ strint --obf $ strint --help
Help usage: strint [-h] [(--stdout|--exec)] (str|int) [...] [--infile (--obf|--only-strint)] [--outfile ] [--with-space] or/and [--eval or (--debug|--verbose)]
simple str & int obfuscator (c) zvtyrdt.id
positional arguments: STR | INT strings or integers
optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit --infile FILE specify the file name to process --outfile FILE save the results as a file --with-space generate output strings with spaces --obf same as --rand-if, --remove-blanks, --ignore-comments, --indent and --only-strint * default indentation is 1... --only-strint just obfuscate strings and integers --encode convert string to integer before obfuscate --stdout add print function to output (string only) --exec make the output an executable script
additional: if the --only-string option is called
--rand-if add a random if statement to the source code
--indent INDENT Indentation to use
--remove-blanks remove blank lines, instead of obfuscate
--ignore-comments remove first block of comments as well
verbosity / simulation: --eval try running output (experimental) --verbose verbose (debug) --debug enable debug mode
FAQs
python source code obfuscator. only obscures strings and integers
We found that strint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.