Re: A Little Decoding Challenge

2017-12-11 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge Apologies for the delayed response all. For some reason I've been unable to access the forum over the last several days.@NicklasMCHD:While I could write up something to do the encoding from ascii braille like Cae listed above, I'm curious what in particular

Re: A Little Decoding Challenge

2017-12-08 Thread AudioGames . net Forum — Off-topic room : NicklasMCHD via Audiogames-reflector
Re: A Little Decoding Challenge @Rocky WatersIt was more, if he could create some sort of ulity, so we could use that encoding / decoding in programming languages. URL: http://forum.audiogames.net/viewtopic.php?pid=341509#p341509

Re: A Little Decoding Challenge

2017-12-08 Thread AudioGames . net Forum — Off-topic room : Rocky Waters via Audiogames-reflector
Re: A Little Decoding Challenge NicklasMCHD wrote: Can't you make a program where we can type some text and then get the encoded repræsentation and the other way around?Perhaps you would like to try out my password scrambler, that can also scramble up a whole text file, not just a password

Re: A Little Decoding Challenge

2017-12-07 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge Yes, that should work fine. The problem is getting ascii braille in the first place. For me that meant a note taker, and I've yet to find any free software that can do it on Windows.If folks are really interested I can put a bit more work into the encoder

Re: A Little Decoding Challenge

2017-12-06 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge One that assumes it's being entered in ascii braille should work fine, though, yeah?,"o t assumes ascii brl wd "w f9e1 y1h8 URL: http://forum.audiogames.net/viewtopic.php?pid=341316#p341316 ___

Re: A Little Decoding Challenge

2017-12-06 Thread AudioGames . net Forum — Off-topic room : NicklasMCHD via Audiogames-reflector
Re: A Little Decoding Challenge Can't you make a program where we can type some text and then get the encoded repræsentation and the other way around?Solution spoiler[[wow]]. Never had seen that comming. That you were using braille for encoding / decoding.end spoiler. URL: http

Re: A Little Decoding Challenge

2017-12-06 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Green gables:The only php code in either of the pages is the hit counter at the bottom.I'm glad you folks seem to have had fun with this. It was an interesting experience running the challenge, so I hope it was also for you working on it. URL: http

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Kyleman123 via Audiogames-reflector
Re: A Little Decoding Challenge The basic laymen's difference between encoding and encryption is that encoding is more of a substitution where encryption is a deliberate obfuscation of the plane text.for example, an encoding might be I substitute all of the letters on the forum here

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge Rocky, it was because when I had tried those techniques the encoded messages had a mistake in them.  John later fixed it, but after the correction I never had time to go back and redo my tests.   It was a fun puzzle nonetheless. URL: http

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Rocky Waters via Audiogames-reflector
Re: A Little Decoding Challenge I am wondering why frequency analysis as deployed by Aprone did not crack this.  Perhaps the grade 2 elements? URL: http://forum.audiogames.net/viewtopic.php?pid=341113#p341113 ___ Audiogames-reflector

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge Well done John  URL: http://forum.audiogames.net/viewtopic.php?pid=341110#p341110 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge *reads solution**facepalm*The bit where I lost was trying to come up with a complicated rule, when the lowercase a and t things should have been dead giveaways as to the correct direction. I kept thinking of bit-shifting, instead of the much more sensible

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge *reads solution**facepalm*The bit where I lost was trying to come up with a complicated rule, when the lowercase a and t things should have been dead giveaways as to the correct direction. I kept thinking of bit-shifting, instead of the much more sensible

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Green Gables Fan via Audiogames-reflector
Re: A Little Decoding Challenge Ah, thanks for posting the result. I saw that your files are in PHP even though I didn't see any dynamic content going. Or was that to prevent users from hacking the server though the algorithm wasn't anywhere near /var/www/html?So here's what I want to know

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge As of this morning, the challenge has officially closed and the solution is available.Anybody whose interested in continuing to hack at it is more than welcome to do so, and I'll of course continue to answer questions.There were no successful solutions

Re: A Little Decoding Challenge

2017-12-05 Thread AudioGames . net Forum — Off-topic room : Green Gables Fan via Audiogames-reflector
Re: A Little Decoding Challenge I know this is a little late, but I am interested in learning a little more about this so I can play with PHP stuff and stuff like that. URL: http://forum.audiogames.net/viewtopic.php?pid=341061#p341061

Re: A Little Decoding Challenge

2017-11-30 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge Unfortunately I've suffered a rather nasty system crash, and as a result, am going to have some issues writing up the solution for the challenge by the end of today.Therefore, I'm extending it until Monday, when I should have some time to finish up the final

Re: A Little Decoding Challenge

2017-11-28 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Rocky:The encoding is two-way, and lossless. The examples can be shifted either way as many times as you want and will end up with the same results. URL: http://forum.audiogames.net/viewtopic.php?pid=340276#p340276

Re: A Little Decoding Challenge

2017-11-28 Thread AudioGames . net Forum — Off-topic room : Rocky Waters via Audiogames-reflector
Re: A Little Decoding Challenge I'm baffled.  We hear it's not encryption, ruling out frequency analysis, but a computer can run an algorithm to code and to presumably decode.  Unless the decoding is not possible, being a sort of one way coding, once again ruling out any mapping.  I also

Re: A Little Decoding Challenge

2017-11-26 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge This is just a quick update to note that the challenge will be closing in about a week.If anybody has last-minute ideas or concepts you'd like me to verify, drop me a line via the contact page or post here.I'll be adding the solution on the last day

Re: A Little Decoding Challenge

2017-11-01 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge Hi folks,I just went to put together a third sample of text, and discovered to my horror that my encoder had a small glitch that was causing it to omit a character. Since this character never appeared in the section I'd done by hand, it looked like

Re: A Little Decoding Challenge

2017-10-27 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge Ah, I missed several single-char words, including a lowercase 1. That confuses things a bit... And there is a bu in the middle of nowhere, and I think that's the only bu that doesn't start a -t sentence. Hmm. URL: http://forum.audiogames.net/viewtopic.php

Re: A Little Decoding Challenge

2017-10-27 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Cae:Review the larger sample again. Your post above is missing something.I'm considering posting another sample to the site (and maybe making them downloadable). If I do, keep an eye on this thread at the start of november.Does anybody have a preference

Re: A Little Decoding Challenge

2017-10-27 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge The idea of t as a line break or punctuation made me realize that both samples start with b, so I went back to check, and it also seems that every t-delineated chunk also starts with not just b, but bu. I think ti is more likely punctuation than a line break

Re: A Little Decoding Challenge

2017-10-27 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge The idea of t as a line break or punctuation made me realize that both samples start with b, so I went back to check, and it also seems that every t-delineated chunk also starts with not just b, but bu. I think ti is more likely punctuation than a line break

Re: A Little Decoding Challenge

2017-10-27 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge The idea of t as a line break or punctuation made me realize that both samples start with b, so I went back to check, and it also seems that every t-delineated chunk also starts with not just b, but bu. I think ti is more likely punctuation than a line break

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge I've finally changed my direction entirely.  I was about to drift off to nap-land on the sofa when an idea popped into my head.  I got up and checked the frequency graph from earlier, and sure enough my hunch was correct and I was looking at it wrong.  When

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Aprone:You're getting closer, that's for sure. I did say this isn't a shift. I didn't say there wasn't a character-to-character mapping (not that there is or isn't, but I wanted to clarify my meaning).I find the "t is a line break" theory to

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge Well I've just finished a few Hours of working on this again.  Hannibal and Kane got pulled into helping, and the 3 of us tossed ideas back and forth on vent for a long time.  It was very helpful having people there to come up with new ideas and to shoot

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge There's not much I can say without giving way too much away. Again though, don't think encryption. Seriously. Don't think encryption, don't think hashing. The first sentence takes less than 10 minutes to encode by hand without a calculator of any sort (I

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge I tried writing it out on an index card and wound up writing the second one backward, so I think that might be the opposite of progress .Unless the first word is index. But that seems like it'd be very slow to code by hand.[edit] Nope, wrong. If you squint

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge I tried writing it out on an index card and wound up writing the second one backward, so I think that might be the opposite of progress .Unless the first word is index. But that seems like it'd be very slow to code by hand. URL: http://forum.audiogames.net

Re: A Little Decoding Challenge

2017-10-26 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge Well I had a chance to look at this puzzle again last night, and I tried a few more things.  I first checked to see if both messages happened to be lengths that were divisible by the same number.  If they had been it would most likely have been a coincidence

Re: A Little Decoding Challenge

2017-10-25 Thread AudioGames . net Forum — Off-topic room : CAE_Jones via Audiogames-reflector
Re: A Little Decoding Challenge Continuing from Aprone's observations...So, if we run with the idea that a is a word delimiter, then there are 3 single-letter words in the first sample. That's kinda weird if we're talking standard English, but there is an English writing system with loads

Re: A Little Decoding Challenge

2017-10-25 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Aprone:Your post details exactly why I'd be horrible at figuring something like this out myself. Writing up a pattern matching program is something I just hadn't considered at all. I'm really glad you seem to be enjoying this. A couple repeated hints ahead

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge John, I think I can explain what I've done so far without giving away enough to spoil anyone else's fun.I started out by putting together a small program that would break down your example messages, to show me how often each letter was used.  I also grabbed

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge John, I think I can explain what I've done so far without giving away enough to spoil anyone else's fun.I started out by putting together a small program that would break down your example messages, to show me how often each letter was used.  I also grabbed

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Aprone: I'd been planning for people to work together a bit, but hadn't thought of the spoiler angle. I am pretty curious what you've come up with, but if you feel like its telling too much, feel free to just use the contact page or shoot me an email. URL

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge Do you want people to keep their methods private so as not to mess up other people who don't want help?  If you actually want to hear the steps people are taking, and what they've tried so far, let me know and I'll happily summarize what I've done so far

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Aprone:I'll guarantee the accuracy of the smaller chunk of text, as I encoded and decoded it a couple different times to test various things.I won't swear by the second, but the program that created it did correctly create the first section, so I feel

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge I suppose I do have a question that may help me.  Are you sure the original message did not contain any typos before you encoded it?  I understand if this is not an applicable question to ask, for example, words may not be spelled correctly in English

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge I'm taking a crack at it John, for at least as long as I can spare time today to work on it.  I've got a few ideas and I think I've ruled out a few things, so we'll see how it goes.I'm tempted to explain what I've done so far on it, but at the same time

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge Update: I've added a little more info and a second (about 10 times larger) set of text to work on.Has anybody actively started hacking on this? If so, how is your experience so far?This is my first attempt making a challenge like this, and while I want

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
Re: A Little Decoding Challenge @Aprone: I can certainly work up some more content and will post it at some point today.@TJT1234: Not really, especially because I'm not good at the "decoding other people's algorithms" part myself.What I will do is include additional content

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: A Little Decoding Challenge I am not even going to attempt this to preserve my sanity. But I've posted it to Twitter. I can't say it'll actually get attention though since I'm not all that popular. Far from popular actually. But, we'll see what happens. I'll be checking back

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : raygrote via Audiogames-reflector
Re: A Little Decoding Challenge I am not even going to attempt this to preserve my sanity. But I've posted it to Twitter. I can't say it'll actually get attentoin though since I"m not all that popular. Far from pouplar actually. But, we'll see what happens. I'll be checking

Re: A Little Decoding Challenge

2017-10-24 Thread AudioGames . net Forum — Off-topic room : TJT1234 via Audiogames-reflector
Re: A Little Decoding Challenge Could you post a link to an example of this type of question with a solution so those who have never attempted something like this can have a basis from which to start solving? URL: http://forum.audiogames.net/viewtopic.php?pid=334922#p334922

Re: A Little Decoding Challenge

2017-10-23 Thread AudioGames . net Forum — Off-topic room : Aprone via Audiogames-reflector
Re: A Little Decoding Challenge I think your example text is possibly shorter than what most people will want.  I'd request another few sentences at least. URL: http://forum.audiogames.net/viewtopic.php?pid=334872#p334872 ___ Audiogames

A Little Decoding Challenge

2017-10-23 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector
A Little Decoding Challenge Sometimes we all get bored. Sometimes we play games, but sometimes we don't have computers handily available. Those times, we have to get creative.Thus, I challenge you all to a little contest.I've come up with (as far as I know) a new method for encoding basic