+ 22
How to Obfuscation
My version of obfuscation (in Python) is inspired by Washika D. It basically declares a var called _ (allowed in Python) _=_==_ (to give it value 1) then I added __=_+_ From there I did operations to bring ASCII value of each character. Finally I used chr() function to convert values to symbols. Post any obfuscations you made HERE: my obfuscation: https://code.sololearn.com/cWB18i0kfgIG/?ref=app Washika D's version: https://code.sololearn.com/c00EUx1DJZgv/?ref=app
23 Answers
+ 19
this is what I'm looking for now in Google 😄
thanks for sharing your knowledge all !!
@vengat
@hatsy
@ekansh kashyap
@serena
@kuba seikeirzynski
@krishna Teja
@neutronStar
@said bahaouary
+ 15
Agus version:
https://code.sololearn.com/cW74Uv3hUM1Q/?ref=app
+ 15
Do you guys just use 'find and replace' command for it or any other specific tool ?
+ 12
Thanks for info ! This can help curious Coders... 😸
https://code.sololearn.com/cjVC2a9coai7/?ref=app
+ 12
Nima J's one:
https://code.sololearn.com/cLtLRbaPtg01/?ref=app
+ 10
@ekansh sorry I didn't noticed !😃
now corrected !
+ 10
No.
Our brains. ✌️
+ 9
@Prudhvi Not me 😿
My Code can't obfuscate you ?
+ 8
Found another one.
https://code.sololearn.com/cGhpPuSWU0O8/?ref=app
+ 6
the names should have been too like serena then a comment not i code but on users comment explaining
+ 5
Well this one is not obfuscation but a deobfuscation of Krishna's code
https://code.sololearn.com/cf88czQ5caUW/?ref=app
+ 5
https://code.sololearn.com/Wj54Vt2WqxzU/?ref=app
+ 5
https://code.sololearn.com/cNzFJCCkpdcu/?ref=app
+ 5
all of them are obfuscation codes 😂😂😂😂😂
+ 2
a good 2 mins article on obfuscation uses in JavaScript
“Obfuscation — What is Obfuscation in Javascript? Why Obfuscation is used?” https://codeburst.io/obfuscation-what-is-obfuscation-in-javascript-why-obfuscation-is-used-f6a5f5bcf022
0
https://code.sololearn.com/c2DKS7KaaT6P/?ref=app