Obfuscate Python Code For Code Privacy

  Рет қаралды 19,486

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 50
@theob1712
@theob1712 Жыл бұрын
I ended up here because I thought the word was pronounced obscufiate. I don't know where I heard that pronunciation before, but now I'm learning how to muddle code I'm never going to write. What a time to be alive.
@theob1712
@theob1712 Жыл бұрын
Is it "deobfuscate" or "unofouscate"? I bet if I type that into youtube, I'll end up learning even more about how little I know.
@Krullfath
@Krullfath 5 ай бұрын
@@theob1712 deobfuscate is correct I believe
@XxLuvverofMusicxX
@XxLuvverofMusicxX 9 ай бұрын
I think I would prefer pyarmor as shown in a previous video as the obfuscation happens on my machine rather than pasting code onto a website which could be grabbing your code for analysis. Any noobs/hobbyists who have variables such as passwords, API keys etc in their code, which they shouldn't have, but which does happen, is leaving themselves open to this data being given freely to a third party.
@75STARFISH
@75STARFISH Жыл бұрын
Thanks man, I always wanted to know what obfisticated meant even since I heard Notch Obfisticated Minecraft. I did not know you could obfisticate Python!
@Omena0MC
@Omena0MC 11 ай бұрын
Obfuscate*
@morningbae
@morningbae Жыл бұрын
Does it have a reverse enginner protection? Do you know any way to make a python code hardly encriptated and still be able to run normally?
@Slangs
@Slangs Жыл бұрын
pyarmor is what you're looking for, it still can be decrypted eventually and people can do a few other tricks to know what your script does and network sniffing etc.. but it's the best you got if you don't wanna spend a few days encrypting it manually (which will most likely raise AV suspicions)
@TheRetroEngine
@TheRetroEngine Жыл бұрын
What happens if you obfuscate obfuscated code.
@ۥٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ
@ۥٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴ 2 ай бұрын
nothing
@tiffanyw3794
@tiffanyw3794 5 ай бұрын
Chat gpt deobfyscated right off . Is their something more difficult to deobfuscate
@Krullfath
@Krullfath 5 ай бұрын
You'll have to obfuscate it yourself, simply changing variable names but keeping the code logic the same, won't stop an AI like chat gpt from understanding the code logic and easily realizing the functionality it has, to then give it an appropriate name
@devilsteinsays
@devilsteinsays 5 ай бұрын
cython
@YuTv1408
@YuTv1408 Жыл бұрын
I wonder where get all these nonsensical wacky names... this is getting worse than quantum physics nomenclature.
@Sinke_100
@Sinke_100 Жыл бұрын
I would have to check the site, I want to figure out the logic behind this type of obfuscation
@redeux
@redeux Жыл бұрын
It looks like a fairly simple replacement of local/global namespaces. Which just makes following a particular namespace more difficult but not impossible, and you won't have the context given from the normal name to guess what the namespace is for.
@redeux
@redeux Жыл бұрын
It is interesting and I'm commenting to feed the algorithm, but i don't really have a use case for this since i (currently) don't need to share code with people who i wouldn't trust with the un-obfusicated code.
@FrancescoCaputo666
@FrancescoCaputo666 Жыл бұрын
What about PyArmor? I used it a lot in the past
@aimkone
@aimkone Жыл бұрын
actually he posted a video about it 1 year ago just check it 😆
@bodman-v2z
@bodman-v2z 11 ай бұрын
my question is this. will my python code still do the same thing? i converted the result obfuscated code to exe and it did not work
@mister.ayooub
@mister.ayooub Жыл бұрын
Do you have any information of how to do that in react native?
@bechirzouaoui5821
@bechirzouaoui5821 8 ай бұрын
i prefer building my own obfuscation logic 1nd implement on my scripts I think you need to make a video on that it will be 1 an interesting subject.
@mohamadrezamohamadi8393
@mohamadrezamohamadi8393 Жыл бұрын
thanks, how can we obfuscate django app or flask app? is it possible or not?
@Omena0MC
@Omena0MC 11 ай бұрын
Why would you want to obfuscate server sided code???? The client wont ever see it anyways...
@jeoi
@jeoi 10 ай бұрын
Useless, Since Even Basic PyObfuscator Will Just Return The Original Script Instantly. They All Use Basic Cryptography, Base-64 Or Similar. You Need OTP, A Second File For Encoding And Decoding, Your Script, A New Cipher That Only You Know & Can Share. Then You Can Be Sure The Code Is Not Scraped Online Or Instantly Returned In Plain Text. This Is Simple Logic, Not Even My Decades Of Experience. Do Not Use Online Obfuscation, It Is Literally A Trap! Even JS Obfuscation Can Be Cracked With Enough Effort, But Harder Than Python Standalone.
@gzhuk
@gzhuk Жыл бұрын
why i cant copy the code
@Fhivo
@Fhivo Жыл бұрын
Great Thank u!
@anormalzz
@anormalzz 3 ай бұрын
thanks
@kingfunny4821
@kingfunny4821 Жыл бұрын
i like this video and you thanks
@LiquidMasti
@LiquidMasti Жыл бұрын
Can gpt rewrite og code?
@nosensetj
@nosensetj Жыл бұрын
yes
@lolikpof
@lolikpof Жыл бұрын
Or you can just compile your python code to an executable with Nuitka
@AliveOP
@AliveOP Жыл бұрын
Decompilable
@lolikpof
@lolikpof Жыл бұрын
@@AliveOP wrong
@QWERTY-gp8fd
@QWERTY-gp8fd Жыл бұрын
how@@lolikpof
@bodman-v2z
@bodman-v2z 11 ай бұрын
so it's you been talking. But I respect you bro
@wilsonfreitas8418
@wilsonfreitas8418 Жыл бұрын
Easy. Just convert it to Perl.
@lowfreqdrone
@lowfreqdrone 9 ай бұрын
Pop OS, my man?
@UtilisateurGoogle-nb1er
@UtilisateurGoogle-nb1er 10 ай бұрын
Can't obsfucate long codes
@KatherineLankford-r1k
@KatherineLankford-r1k 4 ай бұрын
MacGyver Vista
@eliaspfeffer
@eliaspfeffer Жыл бұрын
Cant I just insert it into ChatGPT and it gives me the clear code?
@flethacker
@flethacker Жыл бұрын
yes it does actually. the prompt is 'what does this code do? rewrite any strange function names with clear english ones' and it returns the queen code
@zenn_desu
@zenn_desu Жыл бұрын
Why isn't the title "how to waste your time to waste other people's time"?
@thereaper489
@thereaper489 Жыл бұрын
That's what I thought the title of this video was. Is it not? Maybe I'm just illiterate like the creator of this video.
@nnkbrain
@nnkbrain 10 ай бұрын
Obfuscating scripts are used in cyber security. IT IS NOT A WASTE OF TIME. If you don't know how to apply some technique or technology or concepts in realworld projects or use cases that doesn't mean it's a waste of time
@zenn_desu
@zenn_desu 10 ай бұрын
@@nnkbrain obfuscation is like installing a zip tie instead of a deadbolt. it'll stop anyone without even the most basic tools. If someone lacks the most basic tools they likely won't understand the underlying code either
@philtoa334
@philtoa334 Жыл бұрын
Thx_.
@PabloPaiva
@PabloPaiva 3 ай бұрын
A shit for just one script withour imports , no real applications
@Kelticfury
@Kelticfury Жыл бұрын
Kind of pointless. If you have code that needs to be hidden don't use Python.
@oguzhantopaloglu9442
@oguzhantopaloglu9442 Жыл бұрын
bro made a video to showcase a silly website 💀
Argument Parsing with argparse in Python
11:27
NeuralNine
Рет қаралды 18 М.
How Much FASTER Is Python 3.13 Without the GIL?
10:00
ArjanCodes
Рет қаралды 187 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Deobfuscating Python Code (PicoCTF 2022 #30 'bloat.py')
10:19
John Hammond
Рет қаралды 66 М.
Garbage Collection in Python: Speed Up Your Code
16:41
NeuralNine
Рет қаралды 19 М.
PROMETHEUS Metrics for your Python FastAPI App
5:42
Adam Gardner
Рет қаралды 344
Test Anything with Python
1:46:06
Tsoding Daily
Рет қаралды 29 М.
how NASA writes space-proof code
6:03
Low Level
Рет қаралды 2,4 МЛН
A Competition for Unreadable Code?
12:33
LaurieWired
Рет қаралды 170 М.
What are __slots__ in Python? Optimize Your Code!
10:07
NeuralNine
Рет қаралды 11 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 344 М.
Compiling Python to Native Wasm by Syrus Akbary @ Wasm I/O 2024
25:49
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 214 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН