De Encrypter

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts Page 1 of 1
Contributors
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

De Encrypter
hungryhounduk
Hey all

Ages back PIP posted a Tutorial for Encrypting Files, which works really well

I was wondering IF anyone has built on this and created a DE-Crypter to turn the file back to it's original state?

If you have Please let me know

Cheers

Chris
Image
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: De Encrypter
smashapps
It's pretty easy to decrypt something that is encrypted given if you know the key that was used to encrypt it in the first place. I posted a tutorial awhile ago on HASHING which is like encryption but cannot be decrypted, only brute hacked basically.

I'll see if I can find an example of encrypting and decryption and get back to you.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: De Encrypter
Shim
Recently I released an App(A simple tool for encrypting and decrypting files)

Image

http://www.softpedia.com/get/Security/E ... ctor.shtml

Or else do you want to know how to decrypt RC4(pips tutorial)?
Find my programs on Softpedia
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: De Encrypter
smashapps
I think he wants to actually know how to decrypt the code.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: De Encrypter
comathi
Hey :)

When I saw your and pip's posts, I remembered having posted part of the source to my CryptoNet quite a while back, specifically the encryption/decryption class I was using.

I looked through the forums and found it, so here it is: viewtopic.php?f=71&t=8702

This will allow you to encrypt and decrypt text using the DES algorithm. I tested the free download and it still seems to be working, so hopefully this will help :)


Edit: If you'd prefer the original tutorial I found on MSDN and on which the encryption/decryption class is based, here it is: http://msdn.microsoft.com/en-us/library/ms172831.aspx
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Re: De Encrypter
pip
#hungryhounduk Updated my thing with new post it is a general idea if i remembered that would be the way, and should be doable like #smashapps said if you know the encryption method reversing it should be fairly simple. :) hope it helps : viewtopic.php?f=38&t=7799&p=79409#p79409
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: De Encrypter
hungryhounduk
mshimranpro wrote:
Recently I released an App(A simple tool for encrypting and decrypting files)

Image

http://www.softpedia.com/get/Security/E ... ctor.shtml

Or else do you want to know how to decrypt RC4(pips tutorial)?
hI
Just downloaded it and tried it out and that works just so well cooll;

Well done
a great little app

regards

Chris
Image
7 posts Page 1 of 1
Return to “Coding Help & Support”