Obfuscate Python Code For Code Privacy

  Рет қаралды 16,558

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 47
@theob1712
@theob1712 8 ай бұрын
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 8 ай бұрын
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 Ай бұрын
@@theob1712 deobfuscate is correct I believe
@morningbae
@morningbae 10 ай бұрын
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 10 ай бұрын
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)
@tiffanyw3794
@tiffanyw3794 Ай бұрын
Chat gpt deobfyscated right off . Is their something more difficult to deobfuscate
@Krullfath
@Krullfath Ай бұрын
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 Ай бұрын
cython
@jeoi
@jeoi 6 ай бұрын
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.
@TheRetroEngine
@TheRetroEngine 10 ай бұрын
What happens if you obfuscate obfuscated code.
@redeux
@redeux 10 ай бұрын
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.
@YuTv1408
@YuTv1408 10 ай бұрын
I wonder where get all these nonsensical wacky names... this is getting worse than quantum physics nomenclature.
@bechirzouaoui5821
@bechirzouaoui5821 4 ай бұрын
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.
@bodman-v2z
@bodman-v2z 7 ай бұрын
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 10 ай бұрын
Do you have any information of how to do that in react native?
@FrancescoCaputo666
@FrancescoCaputo666 10 ай бұрын
What about PyArmor? I used it a lot in the past
@aimkone
@aimkone 10 ай бұрын
actually he posted a video about it 1 year ago just check it 😆
@Fhivo
@Fhivo 10 ай бұрын
Great Thank u!
@kingfunny4821
@kingfunny4821 10 ай бұрын
i like this video and you thanks
@bodman-v2z
@bodman-v2z 7 ай бұрын
so it's you been talking. But I respect you bro
@wilsonfreitas8418
@wilsonfreitas8418 10 ай бұрын
Easy. Just convert it to Perl.
@LiquidMasti
@LiquidMasti 10 ай бұрын
Can gpt rewrite og code?
@nosensetj
@nosensetj 10 ай бұрын
yes
@UtilisateurGoogle-nb1er
@UtilisateurGoogle-nb1er 6 ай бұрын
Can't obsfucate long codes
@eliaspfeffer
@eliaspfeffer 10 ай бұрын
Cant I just insert it into ChatGPT and it gives me the clear code?
@flethacker
@flethacker 10 ай бұрын
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
@oguzhantopaloglu9442
@oguzhantopaloglu9442 10 ай бұрын
bro made a video to showcase a silly website 💀
@Kelticfury
@Kelticfury 10 ай бұрын
Kind of pointless. If you have code that needs to be hidden don't use Python.
@75STARFISH
@75STARFISH 10 ай бұрын
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 7 ай бұрын
Obfuscate*
@XxLuvverofMusicxX
@XxLuvverofMusicxX 5 ай бұрын
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.
@KatherineLankford-r1k
@KatherineLankford-r1k 14 күн бұрын
MacGyver Vista
@gzhuk
@gzhuk 9 ай бұрын
why i cant copy the code
@lowfreqdrone
@lowfreqdrone 5 ай бұрын
Pop OS, my man?
@philtoa334
@philtoa334 10 ай бұрын
Thx_.
@Sinke_100
@Sinke_100 10 ай бұрын
I would have to check the site, I want to figure out the logic behind this type of obfuscation
@redeux
@redeux 10 ай бұрын
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.
@mohamadrezamohamadi8393
@mohamadrezamohamadi8393 10 ай бұрын
thanks, how can we obfuscate django app or flask app? is it possible or not?
@Omena0MC
@Omena0MC 7 ай бұрын
Why would you want to obfuscate server sided code???? The client wont ever see it anyways...
@lolikpof
@lolikpof 10 ай бұрын
Or you can just compile your python code to an executable with Nuitka
@AliveOP
@AliveOP 10 ай бұрын
Decompilable
@lolikpof
@lolikpof 10 ай бұрын
@@AliveOP wrong
@QWERTY-gp8fd
@QWERTY-gp8fd 10 ай бұрын
how@@lolikpof
@zenn_desu
@zenn_desu 10 ай бұрын
Why isn't the title "how to waste your time to waste other people's time"?
@thereaper489
@thereaper489 10 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
@@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
Argument Parsing with argparse in Python
11:27
NeuralNine
Рет қаралды 15 М.
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 3,3 МЛН
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 67 МЛН
Шок. Никокадо Авокадо похудел на 110 кг
00:44
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
shutil: The Ultimate Python File Management Toolkit
14:32
NeuralNine
Рет қаралды 11 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 309 М.
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
how NASA writes space-proof code
6:03
Low Level
Рет қаралды 2,2 МЛН
How Fast Can I Fill My Inbox?
13:30
Dev Detour
Рет қаралды 310 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 67 М.
Deobfuscating Python Code (PicoCTF 2022 #30 'bloat.py')
10:19
John Hammond
Рет қаралды 65 М.
Как защитить свой код на Python от ВЗЛОМА
9:59
Изучаем мир ИТ / Олег Шпагин / Программирование
Рет қаралды 20 М.
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 3,3 МЛН