Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Community Boards > Just for Kicks Challenges

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-12-2006, 09:06 AM   #1
colfaxrev
Music247
 
colfaxrev's Avatar
 
Join Date: Mar 2006
Location: Los Angeles
Posts: 632
Default undo my string encode!

I attached my output string in a txt file, because its in unicode and probably wont go through if i posted it directly here.

here are your clues.

the key needed to undo this mess is

2869224986744973939821313

and the final length of the string when its decoded is 492 chars..

I know this is probably too crazy, but im just trying to make sure this encoding is hard to beat.

maybe its easy i dunno..
Attached Files
File Type: txt encoded.txt (1.2 KB, 214 views)
colfaxrev is offline   Reply With Quote
Old 03-12-2006, 09:51 AM   #2
colfaxrev
Music247
 
colfaxrev's Avatar
 
Join Date: Mar 2006
Location: Los Angeles
Posts: 632
Default okay

one more thing...

im including one more file that has different keycodes and output strings.

everyone of them is the same message, just using a different keycode.
Attached Files
File Type: txt encoded.txt (7.0 KB, 173 views)
colfaxrev is offline   Reply With Quote
Old 03-14-2006, 02:26 AM   #3
colfaxrev
Music247
 
colfaxrev's Avatar
 
Join Date: Mar 2006
Location: Los Angeles
Posts: 632
Default i know NO ONE CARES BUT!!!

I figured out how to keep the encoded string into Ascii standard, so it can be emailed.

ex.

ActionScript Code:
MYstr = "My Encoded Text! If you can see this you were either meant to see it, or you're VERY smart!"; myKey = generateAlphaNumKey(30); MYstr = mmfEncode(myKey, MYstr);

this will give you something like

myKey = "9VPNX5t8RFWFZuml8Ank8gkG0ByQwK";
MYstr = "0322911o23110aR2f31113P103RB214sB341yN3032Fe2dVX3 33w02i0L440N10330c13Z0x11eF31SlAX0dk3Wo0u2Z2p12123 130312s10vA3v2gP0okt3k1BMi1409c1Kq3030c11K6eX1119C 33LDR30MPM1C0EVU0y00rX0Tp32K1YAbm";

P.S. im still trying to figure out how to make generateAlphaNumKey() work... i have a thread about that here...

http://www.actionscript.org/forums/s...d.php3?t=99788

the encoding does a LOT of crazy stuff.
shuffling, scrambling, XORing, bit shifting, all being deciding on vars created from each char in the keyString.

its insane! in fact my brain is fried!
colfaxrev is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
new string functions! tell me what you need! colfaxrev ActionScript 2.0 11 09-23-2008 10:59 PM
Useful Utilities..cookies, key combination,etc MichaelxxOA Projectors and CDs 145 08-03-2008 01:45 PM
Parsing mtanti ActionScript 2.0 3 02-24-2006 04:37 PM
06++ = 7 != 07 Flash Gordon Server-Side Scripting 5 01-17-2006 07:27 PM
encode string to hex? til ActionScript 1.0 (and below) 5 04-23-2005 11:32 PM


All times are GMT. The time now is 10:13 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.