How to Obfuscation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Jul 2017, 12:00 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
20 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
8th Jul 2017, 12:14 PM
Prudhvi Raaj
Prudhvi Raaj - avatar
8th Jul 2017, 12:11 PM
Hatsy Rei
Hatsy Rei - avatar
8th Jul 2017, 12:16 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 15
Do you guys just use 'find and replace' command for it or any other specific tool ?
8th Jul 2017, 1:10 PM
Vaibhav Sharma
Vaibhav Sharma - avatar
+ 12
Thanks for info ! This can help curious Coders... 😸 https://code.sololearn.com/cjVC2a9coai7/?ref=app
8th Jul 2017, 12:14 PM
Ekansh
8th Jul 2017, 12:18 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 10
@ekansh sorry I didn't noticed !😃 now corrected !
8th Jul 2017, 12:22 PM
Prudhvi Raaj
Prudhvi Raaj - avatar
+ 10
No. Our brains. ✌️
8th Jul 2017, 2:05 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 9
@Prudhvi Not me 😿 My Code can't obfuscate you ?
8th Jul 2017, 12:20 PM
Ekansh
11th Jul 2017, 12:44 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 6
the names should have been too like serena then a comment not i code but on users comment explaining
3rd Aug 2017, 7:08 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 5
Well this one is not obfuscation but a deobfuscation of Krishna's code https://code.sololearn.com/cf88czQ5caUW/?ref=app
8th Jul 2017, 7:53 PM
NeutronStar
NeutronStar - avatar
+ 5
https://code.sololearn.com/Wj54Vt2WqxzU/?ref=app
12th Jul 2017, 7:55 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
12th Jul 2017, 7:57 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
+ 5
https://code.sololearn.com/cNzFJCCkpdcu/?ref=app
12th Jul 2017, 7:57 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
+ 5
all of them are obfuscation codes 😂😂😂😂😂
12th Jul 2017, 7:58 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
+ 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
22nd Feb 2018, 1:22 PM
Morpheus
Morpheus - avatar
0
https://code.sololearn.com/c2DKS7KaaT6P/?ref=app
2nd Jan 2018, 6:31 AM
LordGhostX
LordGhostX - avatar