/watch?v=3-XUt6G-MxY Hey! I am spreading the word about my new program, CerberusVIP it has; [File Binder] [File Pumper] and [Extension Spoofer] it is free, and the stub for the binder is 20/43 UD! You can get it on my channel, or the video /watch?v=3-XUt6G-MxY
@Bjarnejoensen It is because you made the ENCRYPTION one, not the decryption one. The second thing on the side, which is the second "Copy Below This Line" line, is the decryptioon one.
set x = WScript.CreateObject("WScript.Shell") mySecret = inputbox("Enter text to be encoded") mySecret = StrReverse(mySecret) x.Run "%windir%\notepad" wscript.sleep 1000 x.sendkeys encode(mySecret) function encode(s) For i = 1 To Len(s) newtxt = Mid(s, i, 1) newtxt = Chr(Asc(newtxt)+5) coded = coded & newtxt Next encode = coded End Function Welcome!
@FHomeBrew Where would the %26 be placed in the line of code, and does it work in reverse as well (a-5=v?) I have some vbscripting experience but I'm not familiar with the ascii methods.
The problem with this particular encryption is that the frequency of letters is also shifted by 5. Using statistics you should be able to remap most of the letters based on that info alone. Also, the 5 letter shift won't work out too well for letters v w x y and z so using %26 would help prevent that. (in which case v+5=a etc). But it's good 'nuff to demonstrate how to do it. people can make it as complex as they want to of course.
@TheUsmanShaikh be cause X is the last letter once it counts the five, make it loop around back to the beginning of the alphabet when it gets to an ending letter of the alphabet, thats my guess anyway
I just want to say this style of the video is great, previous one wasn't that good also you used this style in most of the videos previously and it gives more concentration on the topic you are trying to share with us. The music you are using is just more than great, soft and lite which everyone would like to hear at a time of watching any tutorial video. Just a fan of yours!!!
set x = WScript.CreateObject("WScript.Shell") mySecret = inputbox("enter text to encoded") mySecret = StrReverse(mySecret) x.Run "%windir%\notepad" wscript.sleep 1000 x.sendkeys encode(mySecret) function encode(s) For i = 1 To Len(s) newtxt = Mid(s, i, 1) newtxt = Chr(Asc(newtxt)+5) coded = coded & newtxt Next encode = coded End function
@How2dostuff13 I have the same OS and bit as you. Just make sure you double check EVERYTHING. I got multiple errors but that is because I wrote in one tiny mistake.
@MysticTomato1 aah i have it working now, you have to advance it by +3 for encryption -3 for decryption like it says on the link, not +5 and -5 like in the video
I already programed a encoder I would like to post a link but you tube does not let me if anyone wants it PM me or gigafide please put it into one of your videos
@windows7tutorials123 Of course it's legal. You can encrypt all that you wan't - the question is wether the people receiving your message want to decrypt it or not.
If there is a way, can you do a tutorial on how to convert a visual basic project into a .exe? I am just starting programming but have made a couple cool games I'd like to work on their own.
Hey can you help me? I encrypted my documents folder to ensure my files were safe, but when i upgraded from 32bit win7 to 64bit win7 i no longer can access any of the files in there, please lord tell me theres a solution, i cant find the backup thingy or anything, i just want to crack the encryption, and it seems like its impossible.
the reason why the code is not working for a lot of people is because when you copy the ” and the ‘ are messed up idk why but they are i have included links to my files that you can use. Or alternatively you can just find and replace all of those!!!!
mediafire dot c o m /?a91694bq36b3g
i had to fool youtube so replace the dot with a real period and the c o m with com!
My code is set x = WScript.CreateObject(“WScript.Shell”) mySecret = inputbox(“Enter text to be encoded”) mySecret = StrReverse(mySecret) x.Run “%windir%\notepad” wscript.sleep 1000 x.sendkeys encode(mySecret) function encode(s) For i = 1 To Len(s) newtxt = Mid(s, i, 1) newtxt = Chr(Asc(newtxt)+3) coded = coded & newtxt Next encode = coded End Function Anything wrong here?
You could also use VB.Net and make it with a nice GUI and even more simple.
SteelzehOfficial 15 hours ago in playlist Uploaded videos
fail
bigalistee63 1 day ago
how do i test run it ?
bigalistee63 1 day ago
This has been flagged as spam show
/watch?v=3-XUt6G-MxY Hey! I am spreading the word about my new program, CerberusVIP it has; [File Binder] [File Pumper] and [Extension Spoofer] it is free, and the stub for the binder is 20/43 UD! You can get it on my channel, or the video /watch?v=3-XUt6G-MxY
CerberusVIPexe 1 day ago
what do u do if u have Windows 7?
1455YA 2 days ago in playlist Uploaded videos
What is name of that little animated character in video
PredragTheGreat 1 week ago
answer to your encryption : xr|#nqdkw
Molluga 1 week ago
@gigafide is the way you print code onto your notepad screen, letter by letter done using VBScript?
castlelokesh 2 weeks ago in playlist Uploaded videos
@DrummerDuuude
It will just open automatically using vbs
droctogonapus1223 3 weeks ago
This is gonna sound terrible but what do I run the encrypt.vbs with?
DrummerDuuude 4 weeks ago in playlist Uploaded videos
1oldm#rw#rj#ur#wdf1qd|q#qr#vgqrfhv#gqdvxrkw#hyli#|ds#zrQ#$zdo#hkw#ghwdorly#xr\#$SRWV#Bvlkw#jqlgdhu#xr|#hud#|kZ
newman30000010 1 month ago in playlist Uploaded videos
@newman30000010 #S=#hvdhos#oldm#rg#ool
REG4FUN 1 week ago in playlist Uploaded videos
@REG4FUN 5=#Birrkrue
newman30000010 1 week ago
Script: C:/Users/Azalas Valentine/Desktop/encrypt,vbs
Line: 2
Char: 12
Error: Expected end of statement
Code: 800A0401
Source: Microsoft VBScript compilation error
fan354 1 month ago
When i type "Hello" and Encrypt it it looks like this "jgg`C"
Then when i try to Decrypt it looks like this ">[bbe"
Bjarnejoensen 1 month ago
@Bjarnejoensen It is because you made the ENCRYPTION one, not the decryption one. The second thing on the side, which is the second "Copy Below This Line" line, is the decryptioon one.
newman30000010 1 month ago in playlist Uploaded videos
okay. It doesn't allow the open double quotations. Line 1 char 30. Could it be a windows 8 problem?
thecodestop 1 month ago
it says invalid procedure call or argument 'asc'
why?
supertwisterthecat 1 month ago
Mine opens notepad but doesn't write anything
rmag123456789 1 month ago in playlist Uploaded videos
@rmag123456789 me too
AllThingsSoftAir 1 month ago
the decryption is: Your future looks bright
andycasi3 1 month ago in playlist Uploaded videos
Decrypt this >:-) -*c&9879797k797987
ilife11 1 month ago in playlist Uploaded videos
I thought I had an error but then I realised I'd typed 'mySerey' for one of the lines. Works perfectly, thank you.
Seddon4494 1 month ago in playlist Uploaded videos
Windows writes an error when I write a message, why might be the problem?
TronStudioFilms 1 month ago
Why does it say Line 1 Character 31 error. Anyone else get that?
thecodestop 1 month ago
@thecodestop i got Line 11 Char 9
TheJack1033 1 month ago
@thecodestop me
TheCyberzwerg 1 month ago
I did +24... doesn't work out too well lol
thecodestop 1 month ago
is this the same method as rot13 ?
backstab86 1 month ago
You Video Is Cool And 100%
supergaming20 1 month ago
pdujruS#qrlws|ufqH#qzR#uxr\#hndP
ComputerNut277 1 month ago in playlist Uploaded videos 8
@ComputerNut277 its make your own encrytion program or sometihng like that
:P
andycasi3 1 month ago in playlist Uploaded videos
Comment removed
videocomputers 1 month ago
I made encrypt and decrypt programs since I was 14
xanokothe 1 month ago
it doesn't encrypt the letters x and z :C
ehabcharek 1 month ago
VB and VB.net can suck my balls. Please use a real language such as C++ in the future.
LuxrayIsEpic 2 months ago
Vbs and VB.net are one of the easiest programming languages
StudioBoy8 2 months ago
@StudioBoy8 yeah, visual basic in the best
GTR717 2 months ago
Comment removed
StudioBoy8 2 months ago
@Beanisawsome2 True!
StudioBoy8 2 months ago
i solved that text. wkjlue#vnrro#huxwxi#uxr\ = Your future looks bright
only need to change newtxt = Chr(Asc(newtxt)+3) to newtxt = Chr(Asc(newtxt)-3)
:D anyways good program
StudioBoy8 2 months ago
Thank you Gigafide, I set my encryption/decryption speed to 100ms (1/10th of a second) and it still works, but not well with any value lower.
KimChoJapFan 2 months ago in playlist Uploaded videos
Your the boss apple sauce keep rocking it Mr. Fide.... 007 Giga Fide
Rolroak 2 months ago
how did u make the cartoon ? :P
sabougigel 2 months ago in playlist Uploaded videos
Why not be boss and use C++?
tylerfb11 2 months ago
it doesnt open...
maximevhw 2 months ago
It works!
andyabc45 2 months ago in playlist Uploaded videos
Comment removed
andyabc45 2 months ago in playlist Uploaded videos
Queen Mary's cipher is amazing!
idragon36 2 months ago in playlist Uploaded videos
i kepp geting erros can i get a copy sent to me of the text
iewan64 2 months ago in playlist Uploaded videos
i get an error each single time... :(
lambstream 2 months ago in playlist Uploaded videos
cool
PS3LAND 2 months ago
BobbbyMaster 2 months ago in playlist Uploaded videos
This has been flagged as spam show
could you please create a video tutorial or tell us what do you use to make your videos? please. i would really appreciate it.
DerflaProductions 2 months ago in playlist Uploaded videos
why each time i use it something will pop up and say:
Script: C:\Users\RaYnAlDi777\Desktop\encript.vbs
Line: 5
Char: 1
Error: Object required: 'ascript'
Code: 800A01A8
Source: Microsoft VBScript runtime error
How can i fix it???????????????????????????????????
RaYnAlDi777 2 months ago in playlist Uploaded videos 5
@RaYnAlDi777 to fix that you have to increase the wscript.sleep
It will Take longer to load but you can add more text then
It worked for me thumbs up if it worked for you
reillyfeatherstone 3 weeks ago
@RaYnAlDi777 Show me your code...
R4TH4CK3R 3 weeks ago
@RaYnAlDi777 you just have to replace all (“ and ‘) with (" and ').
Bizql 21 hours ago in playlist Uploaded videos
@Jabenin because it looks professional!!! LOL...
windows7tutorials123 2 months ago
How Can You Be In A Bark Room With Only The Glow Of Your Computer Monitor On Your Face When You Are At A Starbucks At The Same Time???!!!
windows7tutorials123 2 months ago
@windows7tutorials123 Why do you type in caps for every word? :D
Jabenin 2 months ago
@windows7tutorials123 How can you capitalize every word when you're sucking three dicks at the same time?
Metal404Head 3 weeks ago
it won't work by my
erwingifslang 2 months ago in playlist Meer video's van gigafide
Your future looks bright
duar97 2 months ago in playlist Uploaded videos
is there anyway to make this decrypt MD5 hash strings???
How2dostuff13 2 months ago 2
But if you send the decryption program to the person ahead of time, won't a hack just steal that decryption? :)
tickabull 2 months ago
I usually use my own Lua encryption function. :)
darthglowball 2 months ago in playlist Uploaded videos
Mine only encrypts and decrypts the first letter? not all of it?
CraftGames 2 months ago
Comment removed
CraftGames 2 months ago
its Your future looks bright
loriancoltof 2 months ago
1:28... no "arrow in the knee"?
MrhalfAlchemist44 2 months ago in playlist More videos from gigafide 2
minecraft modding?
TDHVide0s 2 months ago in playlist Uploaded videos
new animations are awesome
angrylaller 2 months ago
i just copied and pasted and it says theres an invalid character :s
hamzaali06 2 months ago
Uhhh.... Wmspdsrspcjmmiq`pgefr
Theminecraftplayerdd 2 months ago in playlist More videos from gigafide
what software do u use to make these videos?
nhking4 2 months ago in playlist Uploaded videos
THIS IS ACTUALLY WHAT WE WANT YOU TO DO :)
PS3LAND 2 months ago in playlist Uploaded videos
how do you test run it
mywebs100 2 months ago in playlist More videos from gigafide
DAMN YOU UBUNTU!!!!!!!!
TDHVide0s 2 months ago in playlist Uploaded videos
doesnt work.... it gets confused and misses letters and spaces
shariar1995 2 months ago in playlist More videos from gigafide
im still getting an error :(
chillirocket97 2 months ago
ok heres the solution for everyone who gets error
put " instead of ”
change ur keyboard for a moment to english uk & press shift + 2 if u dont wanna copy pasta
xXmahriXx 2 months ago
if all people should share their knowledge as gigafide what we call 2100 we would live it today
muzik123beat 2 months ago in playlist Uploaded videos
Just a question
Is Len for length?
So Len(s) would be the length of input s?
Panikdemet 2 months ago
Love it... I have used simple manual codes for Goecaching clues but creating a program to execute the encr/unencr is awsome...
Better keep this away from the kids...
wr30130 2 months ago
does not work by me ;(It give me an error
Bl4ck4pplem4n 2 months ago in playlist Uploaded videos
are you using a canon 5d?
geek4001 2 months ago in playlist Uploaded videos
@FHomeBrew Where would the %26 be placed in the line of code, and does it work in reverse as well (a-5=v?) I have some vbscripting experience but I'm not familiar with the ascii methods.
Jub3r7 2 months ago
Awesome
Rikashii1 2 months ago
I decrypt it: Your future looks bright
misacatmeow 2 months ago 33
My windows 7 machine keeps telling me that there is an windows script error. Im probably doing something wrong.
Is it even worth doing?
Donflorgon 2 months ago
The problem with this particular encryption is that the frequency of letters is also shifted by 5. Using statistics you should be able to remap most of the letters based on that info alone. Also, the 5 letter shift won't work out too well for letters v w x y and z so using %26 would help prevent that. (in which case v+5=a etc). But it's good 'nuff to demonstrate how to do it. people can make it as complex as they want to of course.
Good vid!
FHomeBrew 2 months ago
this never showed up in my sub box. very good introduction into the concepts of encryption.
jaredcheeda 3 months ago
it doesn't encrypt the letter 'x'
TheUsmanShaikh 3 months ago 20
@TheUsmanShaikh Because, there are no letters 5 letters ahead of X, Like this: X Y Z ?? ??
ServerBoost100 2 months ago
@TheUsmanShaikh if you change the 3 or 5 to a 1 it will work
How2dostuff13 2 months ago
@TheUsmanShaikh be cause X is the last letter once it counts the five, make it loop around back to the beginning of the alphabet when it gets to an ending letter of the alphabet, thats my guess anyway
thebigwhitedude 2 months ago in playlist Uploaded videos
WHAT!I never saw this in my sub box!!!
zenach48 3 months ago in playlist Uploaded videos
how can i make it for turkish alphabet this doesnt support turkish-only letters
okar45 3 months ago
sum1 read Wikipedia b4 making this vid :P i had to look it up for school work
dudercas 3 months ago
I tried to decrypt the message at the beggining of the video and those words make no sense, so..
idamontede 3 months ago
@idamontede that's because i used a different encryption. i posted the encryption i used on my website. it's different than the one shown in the vid.
gigafide 3 months ago 6
This has been flagged as spam show
I just want to say this style of the video is great, previous one wasn't that good also you used this style in most of the videos previously and it gives more concentration on the topic you are trying to share with us. The music you are using is just more than great, soft and lite which everyone would like to hear at a time of watching any tutorial video. Just a fan of yours!!!
Regards!!!
rahulkapoor2000 3 months ago
Comment removed
rahulkapoor2000 3 months ago
dragonhungcf 3 months ago
@Zawad159 Just make sure you double check EVERYTHING. I got multiple errors but that is because I wrote in one tiny mistake.
lasersniper15 3 months ago
Its work fine on win7 64 bit pastebin.c.o.m/03xmPMNW
MrQgangster728 3 months ago
why hacker is a bird???
Ahtatzai 3 months ago
@LobytheLegend034 he will not cause then everybody will flag this video as spam
boeingsarethebest 3 months ago
uploaded 3 days ago, but only 307 views, somethings not right :S
BeanzVideos 3 months ago in playlist Uploaded videos
i LOVE the new video! :D
TheGEEK232 3 months ago
Why did you open notepad to show the text, when you could just make it appear in the program in a Rich Text box....
kotdrop 3 months ago
i love the beginning
timeforLoLz 3 months ago
make a java script one better because it's cross platform
morgohill 3 months ago
made a better version of this but its in another languge
qwv803 3 months ago
what are the chances of decrypt these using brutal force?
hti6787 3 months ago
all windows 7 64bit dont work please help!!!!!!!!!!!
How2dostuff13 3 months ago
@How2dostuff13 I have the same OS and bit as you. Just make sure you double check EVERYTHING. I got multiple errors but that is because I wrote in one tiny mistake.
lasersniper15 3 months ago
@Zawad159 I have an error too!!!
windows7tutorials123 3 months ago in playlist Uploaded videos
@windows7tutorials123 Just make sure you double check EVERYTHING. I got multiple errors but that is because I wrote in one tiny mistake.
lasersniper15 3 months ago
The new theme of the video is awsome :D
gery49 3 months ago
i have win7 and it shows a error when i try to load it
Ichnixdunixnix 3 months ago
doesnt work for me
Ichnixdunixnix 3 months ago
wdhuj#jqlrg#hud#xr\
Soupht99 3 months ago
It works but on my computer the decryption has a few letters missing
MysticTomato1 3 months ago in playlist Uploaded videos
@MysticTomato1 aah i have it working now, you have to advance it by +3 for encryption -3 for decryption like it says on the link, not +5 and -5 like in the video
MysticTomato1 3 months ago in playlist Uploaded videos
Cool intro.Witch video editor is used?
Thanks
ComedyChoice 3 months ago
@ComedyChoice He use adobe after effects :)
MegaZizigolo 3 months ago in playlist Uploaded videos
@MegaZizigolo Thanks,is there some tutorial on youtube for this?
ComedyChoice 3 months ago
@ComedyChoice I do not think so :(
MegaZizigolo 3 months ago
The encryption of wkjlue#vnrro#huxwxi#uxr\
is
Your future looks bright
Aranwu 3 months ago
Decode this ]j]nd`h\ithjgg`c
AfterTimeTeaBlade 3 months ago in playlist Uploaded videos
How about you do this make a word bthen encode then another.
AfterTimeTeaBlade 3 months ago in playlist Uploaded videos
How about encryption a sentence >.< ? It can only encrypt 1 word only :( good vid anyways
dragonhungcf 3 months ago
awesome!
cankarales 3 months ago
im trying this on windows xp but there seem to be allot of issues it cant find the notepad exe file i think
lambstream 3 months ago
how to bruteforce this so called encryption
#!/usr/bin/env python
enc = "wkjlue#vnrro#huxwxi#uxr\\"
for i in xrange(1, 25): out = '' for t in enc: out += chr(ord(t) - i) print '-%i: %s' % (i, out[::-1])
output:
-1: [qwt"hwvwtg"nqqmu"dtkijv
-2: Zpvs!gvuvsf!mpplt!csjhiu
-3: Your future looks bright
adolphbot 3 months ago
I already programed a encoder I would like to post a link but you tube does not let me if anyone wants it PM me or gigafide please put it into one of your videos
sciencething0101 3 months ago
@sciencething0101 i want it!
mrijailbreakme 3 months ago
scriptcode.c.o.m/battoexe/?gclid=CIegru_--awCFcNI3godt03xTg convert vbs to exe i have not tested yet
MrQgangster728 3 months ago
Try decode hello = jgg`c copy it and try to encode it and it say hello only test with +-5
MrQgangster728 3 months ago
Is there any way for it to understand space?
SuperAbused 3 months ago
The answer is "Wmspdsrspcjmmiq`pgefr" gibberish.
AfterTimeTeaBlade 3 months ago in playlist Uploaded videos
hey it gives me a error its not working
superman11111000 3 months ago
visual studio express 2008 for vb.net
jogizy 3 months ago
So it's a basic letter slide? Can't someone with a basic sense of codebreaking figure it out with a few minutes of thought then?
phazonslayer 3 months ago
it's nice watching your videos
UnitedsWorld 3 months ago
How would it advance xyz, 5 letter forward?
EpicScoun 3 months ago
Daniel Man, are you running out of ideas?
sDInfuze 3 months ago
is this legal???
windows7tutorials123 3 months ago in playlist Uploaded videos
@windows7tutorials123 of course?
WilliamsEgo 3 months ago
@windows7tutorials123 yes but only for you
UnitedsWorld 3 months ago
@windows7tutorials123 lol
dazacman40 3 months ago
@windows7tutorials123 Of course it's legal. You can encrypt all that you wan't - the question is wether the people receiving your message want to decrypt it or not.
wagstorm 3 months ago
@windows7tutorials123
No
adolphbot 3 months ago
can you give some reasons please for why the program would not work?
oolcat1 3 months ago in playlist Uploaded videos
@gigafide
If there is a way, can you do a tutorial on how to convert a visual basic project into a .exe? I am just starting programming but have made a couple cool games I'd like to work on their own.
eatpoop12345678910 3 months ago
@Weasely25
If you are using windows 7 or xp right click the program after it is done and go to it's properties. From there you can select the icon.
eatpoop12345678910 3 months ago
Hey can you help me? I encrypted my documents folder to ensure my files were safe, but when i upgraded from 32bit win7 to 64bit win7 i no longer can access any of the files in there, please lord tell me theres a solution, i cant find the backup thingy or anything, i just want to crack the encryption, and it seems like its impossible.
nikosyv 3 months ago
@gigafide now imagine taking encrypted code from this video and using it in your steganography video, then send that file to a friend
mikeycv1 3 months ago
This has been flagged as spam show
the reason why the code is not working for a lot of people is because when you copy the ” and the ‘ are messed up idk why but they are i have included links to my files that you can use. Or alternatively you can just find and replace all of those!!!!
mediafire dot c o m /?a91694bq36b3g
i had to fool youtube so replace the dot with a real period and the c o m with com!
ArduinoMan101 3 months ago
i used to do this by hand in invisible ink.
dboy11368 3 months ago
Narufan1001 3 months ago
@Narufan1001 Yeah, the fact that you didn't use pastebin.com
SBSTP1 3 months ago
Um... I get an error when i make the .vbs and it says "Invalid key"
Help?
Narufan1001 3 months ago
HEY! python is probably one of the most simple scripting languages out there! And tbh is actually quite similar to vb.
ryolo132 3 months ago
Hey gigafide, can you please accept the video response I sent? youtube.com/watch?v=siBA__gUcTQ
DaneBone 3 months ago
For newbies, this is actually FFFFFF********CCCCKKKKIIIINNNNNGGGGG GREAT!!!
BenjtheMan 3 months ago
I would just use Visual Basic to make a script.
DaneBone 3 months ago
I only know the msgbox "Hey everyone I'm just testing the code" code. I thought you were going to teach us about the language.
DaneBone 3 months ago
Cool video. Very simple example but it shows the basics of encryption and decryption. Thanks for all your videos I really find them helpful...
Steve37643 3 months ago
Really good example how to encrypt and decrypt. This video could be promoted for education knowledge to show a example how it works in real.
Phasercoil 3 months ago
I give it 30 minutes to crack with just a pen and a piece of paper! Simples!
Gothtecdotcom 3 months ago