Infinity Text Encrypter [Download + Preview] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Infinity Text Encrypter [Download + Preview] (/showthread.php?tid=17456) |
Infinity Text Encrypter [Download + Preview] - AceInfinity - 03-28-2011 [yt]http://www.youtube.com/watch?v=SPnKOn-84W0[/yt] Preview (Click to View) Here's a text encrypter that I coded in Visual Basic. Something simple that I did to waste half an hour You can use the encrypted string value for any purpose you want really. I'm assuming most people would use it for stronger passwords though. Download Link: http://www.mediafire.com/?hccbzg4l3aavmkp Pass: 893159003 RE: Infinity Text Encrypter [Download + Preview] - Deltron - 03-28-2011 Does it just spit out random characters? RE: Infinity Text Encrypter [Download + Preview] - AceInfinity - 03-28-2011 (03-28-2011, 09:22 PM)Deltron Wrote: Does it just spit out random characters? Random characters for the same original text? No But I didn't define a character to any certain string value if that's what you mean. However it is random in terms of the original text that you type in to encrypt. I used this in the code: System.Security.Cryptography.TripleDESCryptoServiceProvider System.Security.Cryptography.MD5CryptoServiceProvider and converted the bytes for the encoding to a string value in Textbox2. I have a fancy resource .wav file playing in the background too if that makes it any cooler for you lol still no downloads though because I have a password on the archived file, and no one has asked me for it yet RE: Infinity Text Encrypter [Download + Preview] - Deltron - 03-28-2011 (03-28-2011, 09:35 PM)Infinity Wrote: Random characters for the same original text? No Yeah, I meant to ask if there was a certain value assigned to each letter. But great encrypter, I like the GUI. RE: Infinity Text Encrypter [Download + Preview] - AceInfinity - 03-28-2011 (03-28-2011, 09:37 PM)Deltron Wrote: Yeah, I meant to ask if there was a certain value assigned to each letter. But great encrypter, I like the GUI. Nope, I didn't do it that way in this case. But it's still secure if you know the original text. Chances are people wouldn't know your original text anyway, and they wouldn't know what method you encrypted your password with either. It's a good little tool I built RE: Infinity Text Encrypter [Download + Preview] - AceInfinity - 03-28-2011 (03-28-2011, 09:22 PM)Deltron Wrote: Does it just spit out random characters? I also forgot to mention that if every character had a encrypted "value" to make up the encrypted text, then that would limit your ability to create an encrypted string to use as a password. With this text encrypter that I built, you can encrypt numbers, lowercase letters, uppercase letters, Alt symbols, ASCII, and any other symbols from the internet that you find including even rare ones like ツ. ~!@#%^&*()_+ <> these ones work as well RE: Infinity Text Encrypter [Download + Preview] - Resistance - 03-30-2011 I would imagine people use encrypters to encrypt valuable information from one end such as ONE YEAR Microsoft Points XBOX Live over the internet or MS Points, think Infinity lol. RE: Infinity Text Encrypter [Download + Preview] - AceInfinity - 03-30-2011 (03-30-2011, 10:27 AM)L3g1tWa5te Wrote: I would imagine people use encrypters to encrypt valuable information from one end such as ONE YEAR Microsoft Points XBOX Live over the internet or MS Points, think Infinity lol. Passwords are more common, I don't use it for that RE: Infinity Text Encrypter [Download + Preview] - HCrew - 04-06-2011 thnx bro,i'm looking it almost one week..nice share RE: Infinity Text Encrypter [Download + Preview] - AceInfinity - 04-06-2011 (04-06-2011, 05:19 AM)syabrembo Wrote: thnx bro,i'm looking it almost one week..nice share almost one week what? Glad you enjoyed the video |