FuryCell Posted July 6, 2005 Posted July 6, 2005 (edited) Here is a program I just made called EasyCoder. It is a much better version of my old EasyCoder with a nice GUI and almost half a dozen ways to encode \ encrypt your data. Some of them are quite fun to fool around with especially RV and XV becuase they make your text look like they are in a different langauge. It uses my Encoding\Encyption UDFs which can be found here.Please let me know what you think of it. -SolidSnakeECV2.ZIP Edited July 6, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Valuater Posted July 6, 2005 Posted July 6, 2005 (edited) looks like a cool idea.... so i try it out down load the zip... installl in its own folder under Autoit type in how are you and use the original setting (radio "R") and that looks cool so i try another (radio "XE") I get nothing but i see a config setting file, i open it it says encodingmethod=2 doesnt do anything, i close it, re open and nothing i try the next radio same thing????? 8) edit ® works (RV) works (AE) just gives larger and larger number only Edited July 6, 2005 by Valuater
FuryCell Posted July 6, 2005 Author Posted July 6, 2005 (edited) looks like a cool idea.... so i try it outdown load the zip... installl in its own folder under Autoittype in how are you and use the original setting (radio "R")and that looks cool so i try another (radio "XE")I get nothing but i see a config setting file, i open it it says encodingmethod=2doesnt do anything, i close it, re open and nothingi try the next radio same thing?????8)<{POST_SNAPBACK}>When you select XE,XD,XVE,or XVD you have to enter a number to be used as a key in the inputbox above where it says encoding method.Hope that helps.Also. If there is an e at the end of the name that means that it is used to encrypt. To decrypt just find the same name with a D at the end instead of E. If there is no E or D at the end that means the same radio both encrypts and decrypts.P.S. Thanks for the feedback. Edited July 6, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted July 6, 2005 Author Posted July 6, 2005 (AE) just gives larger and larger number only<{POST_SNAPBACK}>Use AD to decrypt after you encrypt with AE. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
MSLx Fanboy Posted July 7, 2005 Posted July 7, 2005 I'm working on another version that will pull down song information and put it into the GUI, however, it keeps locking up on me. I'll post the code soon, I'm working with Message right now on an automated PDF encryption/emailer program or something, maybe I'll be done this side of christmas (I tell ya, I've forgotton more EndIf statements in Message's scripts than I've ever had to write ) Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
FuryCell Posted July 7, 2005 Author Posted July 7, 2005 got it... thanks8)<{POST_SNAPBACK}>No Problem. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted July 7, 2005 Author Posted July 7, 2005 I'm working on another version that will pull down song information and put it into the GUI, however, it keeps locking up on me. I'll post the code soon, I'm working with Message right now on an automated PDF encryption/emailer program or something, maybe I'll be done this side of christmas (I tell ya, I've forgotton more EndIf statements in Message's scripts than I've ever had to write )<{POST_SNAPBACK}>Just Curious. Why would you need to encrypt song info. P.S. Thanks for the feedback HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
MSLx Fanboy Posted July 7, 2005 Posted July 7, 2005 I'm not encrypting song info. My project is a streaming music player that has album information taken from the station's website. The project that's keeping me on my toes, and my hair falling to the floor, is working on an automated PDF emailer that encrypts the files with blowfish before sending the email... Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
datkewlguy Posted July 7, 2005 Posted July 7, 2005 checkout my cybertext program, it might give u some ideas.cybertext.au3
FuryCell Posted July 7, 2005 Author Posted July 7, 2005 (edited) checkout my cybertext program, it might give u some ideas.<{POST_SNAPBACK}>Cool. But I got an Error when trying to decrypt.Line 16 (File "C:\Program Files\AutoIt3\Include\String.au3"): Local $strChar, $aryHex, $i, $iDec, $Char, $file, $strHex, $iOne, $iTwo Local $strChar, $aryHex, $i, $iDec, $Char, $file, ^ ERROR Error: Can not redeclare a parameter inside a user function.P.S. I like the cool effects. Edited July 7, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
datkewlguy Posted July 7, 2005 Posted July 7, 2005 (edited) hmm. im using the latest version of autoit beta, have u tried using string.au3 by itself? i think i had errors too before i updated. Edit: password to use is bacon Edited July 7, 2005 by datkewlguy
FuryCell Posted July 9, 2005 Author Posted July 9, 2005 hmm. im using the latest version of autoit beta, have u tried using string.au3 by itself? i think i had errors too before i updated.Edit: password to use is bacon<{POST_SNAPBACK}>Yeah. Just tried it with the latest beta and it works fine now. Thanks.Good Job. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted July 12, 2005 Author Posted July 12, 2005 I'm not encrypting song info.My project is a streaming music player that has album information taken from the station's website.The project that's keeping me on my toes, and my hair falling to the floor, is working on an automated PDF emailer that encrypts the files with blowfish before sending the email...<{POST_SNAPBACK}>Thanks for the reply , but what do you mean by another verison? HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now