What's new

[source] sgtCryptor

  • Thread starter sgt frankieboy
  • Start date
  • Views 556
sgt frankieboy

sgt frankieboy

Enthusiast
Messages
722
Reaction score
140
Points
125
Sin$
7
Logo.PNG

Images:
Encrypt.PNG

[sup]Encrypt Tab[/sup]
[sup] [/sup]
[sup]
Decrypt.PNG

[/sup]
[sup]Decrypt Tab[/sup]
[sup]
[/sup]
[sup]
About.PNG

[/sup]
[sup]About Tab[/sup]
[sup]
[/sup]
[sup]Videos:[/sup]
[sup]
[/sup]
[sup]
[/sup]
[sup]Download:[/sup]​
Mediafire - sgtCryptor [source] (lol at id "yomilennvbn")
Notes:
1. If you use mine Source. add me in the about box.
2. Don't Say YOU Made it.
 
GoldBl4d3

GoldBl4d3

VIP
VIP
Retired
Programmer Mythical Veteran Legendary Veteran
Messages
3,785
Reaction score
1,452
Points
600
Sin$
0
Im making one of these right now, but, it comes with a dll so you can incorporate it with ur apps

Nice Job tho!
 
Z

Zer0-One

Experienced Member
Messages
2,178
Reaction score
256
Points
220
Sin$
0
i made something like this a while ago. i included a batch encryptor/decryptor so that you could do up to 10 files at a time.
 
S

SSM

Enthusiast
Messages
451
Reaction score
129
Points
125
Sin$
0
I don't understand this, is it something like this? Because most the time encrypting everything like this will corrupt it once you try to re-decrypt it, or at least with executable files.

Code:
Dim FileToCrypt as string
dim ofd as new openfiledialog
with ofd
.title = "Choose file to Crypt..."
end with
ofd.showdialog()
filetocrypt = ofd.filename
Dim before, after as string
before = file.readalltext(filetocrypt)
after = EncryptionMethod(before, "Key/password here")
file.writealltext(filetocrypt,after,false)
messagebox.show("LAWL ENTIRE FILE CRYPTED!","GAHH!")
If your trying to make an executable crypter, I suggest working with FileOpen, FilePut and using a stub, that's if your encrypting it.
 
SotG Caboose

SotG Caboose

Getting There
Messages
1,448
Reaction score
687
Points
230
Sin$
0
Does this know if the key is correct or not? Like could I encrypt a file with the key "hello" and then decrypt it with the key "rgffa"? If so, you should use HMAC to verify the key.
 
sgt frankieboy

sgt frankieboy

Enthusiast
Messages
722
Reaction score
140
Points
125
Sin$
7
no it does't check if the pass is correct. it's there one fault if they forget it
tongue.gif
what's HMAC?

Thanks for the Comments

@SSM
I made this awhile ago. I made it using VB 2010 but now I can't even open the source because I'm using 2008
sad.gif

So just take a look at the source :wink:
 
Top Bottom
Login
Register