Obfuscate Python Code With PyArmor
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- In this video, we learn how to obfuscate Python code with PyArmor.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine...
💻 The Algorithm Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/
Always wanted to understand PyArmour, thank you for this video 🙏🏻
Excellent! At TH-cam rarely provide demo like you!
Please make an updated video with the new version of pyarmor
there is so much more to pyarmor they have virtualized protection and much more make a second video covering the other features like setting a license to the file so that it expires after so much time or the different modes of obfuscation and what they do i enjoyed the video but was very basic in my opinion and could offer more but overall liked
Hello,how can i contact you?
@@scythe2686 uhh sure what's ur discord
poorgames#3967
yes i also need that info like setting a license to the file.
so whats the best practice for storing string? besides from file and from enviroment, because when the python EXE drops to client / user you clearly dont store string in their environment.
For examle I have Python EXE with my API KEY and I want to drop that EXE to client/user, whats the best practice for storing my API KEY?
or any other thoughts ?
There is not really a secure way to store strings in your program. Sure, you can encrypt all strings and decrypt them at runtime, but there is no way to hide those strings once they are loaded into memory. If you want a decent login system, you can hash the password, hash the username, and check if they match, or simply with a web interface to an API. This would be really dangerous in python where code obfuscation and virtualization are much harder. Besides low obfuscation, web debugging security would become a challenge.
@@3dsbros64 Hello,how can i contact you?
@@scythe2686 Send me your contact information because TH-cam keeps deleting all my replies.
The best way is to use cloud services.
Thanks, Great introduction to pyarmor and its limitations.
Which ide you using Sir
Neovim I think
love the content man!
How do we make division when numeric data is encrypted? Please clear the doubt here or create a video on it if you can...
I loved your keyboard sound ❤
Can you pyInstaller it after it's obfuscated by the pyArmor?
Pyarmor is basically pyinstaller
@@pythonp7217 how to decrypt the Pyarmor obfuscate file
@@pythonp7217 and in which python versions support the Pyarmor
nice i already use it but maybe this covers more then i know i wonder if this also covers the pyarmor-webui
After using pyarmor I can't make it as exe it won't work it shows some or the other modules are not found even if i have installed all
Sure this is the issue that needs to be addressed
Thanks for the vid!
i feel like i've seen you on Netflix somewhere xD
How do we store passwords then I mean like env variables ?
Is there a de-obfuscation obfuscation?
I’m starting to really regret python.
I do this on my work projects to make myself indispensable
Hi
With the basic license, how many times can I obfuscate the code?
Is there any way to get the code back?It's like telling a half secret and leaving.
How do I reduce my Python exe file. My file is too large
So no python code could be "impossible" to decompile even if compiled it with Cython?
No code can be entirely hidden, even encrypted code can be reverse engineered from assembly.
May allah bless you. for very long time i am looking for this obfuscation in python
No need to bring jihad to TH-cam
@@billigerfusel yes that thing we will bring to your hometown kiddo
@@saadchaudhary3578 predatory invasion.
Shush with alla
Rapist 😡
bro start again code wars series of python please
Nice!
Can it be used for Cython files as well?
.
how to deobfuscate bro?. thanks for the tut. great help
@LKXSTRESSER very possible with enough time
@@LucidLiuxx it is possible to deobfuscate to the Pyarmor file
@@coolpro1 I don't know off the top of my head, try googling it or searching it on TH-cam
Hello MR armor I have an encryption challenge that has not been decoded for a year and a half, I challenge you to disassemble it, and it's its type, Marshal
he : how to obfuscate python code
me: how not to write obfuscate python code :D
never really saw the point of obfuscating python code unless it's a in house tool and you don't want people to look at the code, kinda weird
if ur selling ur code u wont wanna disclose source
Obfuscating code makes it harder for anti virus to fingerprint the code… that’s the point.
@@alex59292 Yeah, but again not like you can never see the real source deobfuscating is possible done it many times with lua atleast.
@@bigtymer4862 what point i was originally making that "come on its python" why do this and obfocusting has its downsides and so i don't like it if i want to i would write it on c++ or rust then add extra protection to that
@@FlinCode not easy to debofuscate it
It is converting it to shell code, I also convert compiled language to shell code before reverse engineering 😂
129 Kreiger Hill
pyarmor 7 broken use 8 instead
Just wanted to say thanks for the videos. Also want to say it's pronounced Ex-cell not Exel
181 Fadel Islands
Thx_.
How to decode by python.🙂
If u wort more that 2000 u can't obfuscate ur code
8603 Altenwerth Dale
After using pyarmor I can't make it as exe it won't work it shows some or the other modules are not found even if i have installed all