Skip to content

p55d2k/pyf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PyF Converter

Description πŸ“–

This is a simple website to convert Python code to unreadable PyF code. PyF is python encrypted, but it is unreadable. This is a fun project to make your Python code unreadable. It was made using raw HTML, Tailwind CSS, and JavaScript. There is also a decryptor to convert PyF code back to Python code.

How to convert Python code to PyF code πŸ”„

  1. Go to the website PyF Converter
  2. Write your Python code in the top box
  3. Click the "Encrypt" button
  4. Copy the PyF code from the bottom box

How to convert PyF code to Python code πŸ”„

  1. Go to the website PyF Converter
  2. Click on the "Click here to decrypt" button
  3. Write your PyF code in the top box
  4. Click the "Decrypt" button
  5. Copy the Python code from the bottom box

Example πŸ“

Python code

def hello_world():
  print("Hello, World!")

PyF code

exec(chr(11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+11+11+11+11+11+11+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1)+chr(11+11+1+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+11+11+11+11+11+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+11+11+11+11+11+11+11+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+1+1+1+1+1+1+1)+chr(11+11+11+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+1+1+1)+chr(1+1+1+1+1+1+1+1+1+1)+chr(11+11+1+1+1+1+1+1+1+1+1+1)+chr(11+11+1+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11)+chr(11+11+11+11+11+11+11+11+11+11+1+1+1+1+1+1)+chr(11+11+11+1+1+1+1+1+1+1)+chr(11+11+11+1)+chr(11+11+11+11+11+11+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+11)+chr(11+11+1+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+11+1)+chr(11+11+11+11+11+11+11+11+11+11+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1+1+1+1+1+1+1+1+1)+chr(11+11+11+11+11+11+11+11+11+1)+chr(11+11+11)+chr(11+11+11+1)+chr(11+11+11+1+1+1+1+1+1+1+1))

How it works 🧠

The PyF code is generated by converting the Python code to a string and then converting the string to PyF code. The PyF code is then executed using the exec function.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors