Socket
Socket
Sign inDemoInstall

Hyperion-obf

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    Hyperion-obf

Python obfuscator that use hyperion


Maintainers
1

Readme

Hyperion_obf Downloads

Langage

Python 3.9.4

Install

pip install hyperion_obf

How To Use

This module contains only one function called obfuscate that returns the code obfuscated

import Hyperion_obf

#Obfuscate code from string
print(Hyperion_obf.obfuscate(script="print('Hello, world!')"))
#Obfuscate code from a file
print(Hyperion_obf.obfuscate(file="code.py"))

Parameters

The function obfuscate have 4 parameters:

file: The name of the file you want to be obfuscated. script: The script to obfuscate. skiprenaming: If true all the variables won't be renamed skipchunks: If true the script will skip the protection of chunks

Credits

Hyperion is made by Billythegoat356 & Bluered

I just made a module , all the merit is theirs

https://obf.plague.fun/obf/

https://github.com/billythegoat356/Hyperion

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc