Flash Flash Revolution

Flash Flash Revolution (http://www.flashflashrevolution.com/vbz/index.php)
-   FFR Events (http://www.flashflashrevolution.com/vbz/forumdisplay.php?f=62)
-   -   Puzzling Program! (http://www.flashflashrevolution.com/vbz/showthread.php?t=144925)

Xenorosth 07-24-2016 10:49 PM

Puzzling Program!
 
In short, this is a small black box for a program (ugly I know) I plan to make that will consist of a massive collection of these.

Anyway. HERE is a program I made in java. It hides a sentence. You put something in, it spits it out.

There are a few bits of information that I will give you.

1. The answer is a sentence that ends in a period.

2. And incorrect characters will result in massively distorted results to itself, and minorly distorted results to the character left and right.

If the answer is cat and you put in cct, you get dgu. (2 character away results in the left character character being off by 1, the middle character being off by 4, and the right character off by 1).

First 3 people to private message me with the correct sentence will receive a credit prize!

Each one will get 30k credits! Good luck. You'll need it.

In short, this is an experiment, just to see how well a puzzle like this would work/how easy it is to solve.

YoshL 07-24-2016 10:54 PM

Re: Puzzling Program!
 
"this is only the beginning."

evanescence_death4ever 07-24-2016 11:14 PM

Re: Puzzling Program!
 
Welp. I'm dumb I don't know how to open it.

inDheart 07-24-2016 11:20 PM

Re: Puzzling Program!
 
grats yoshl

my strat was notepad

Charu 07-24-2016 11:21 PM

Re: Puzzling Program!
 
"this is only the ending."

YoshL 07-24-2016 11:23 PM

Re: Puzzling Program!
 
Quote:

Originally Posted by inDheart (Post 4456837)
grats yoshl

my strat was notepad

tyty

when you have
Code:

private String code = "this is only the beginning.";
it's like, ok, nice puzzle

Xenorosth 07-24-2016 11:51 PM

Re: Puzzling Program!
 
Quote:

Originally Posted by YoshL (Post 4456833)
"this is only the beginning."


Fair enough. XD I meant it to be a private message though. I didn't know you could open up jars like that though. :o If I did, it'd have saved me in a loooot of jams. How did you open it?

Reincarnate 07-25-2016 12:19 AM

Re: Puzzling Program!
 

Reincarnate 07-25-2016 12:20 AM

Re: Puzzling Program!
 
BACK TO THE BEGINNING

inDheart 07-25-2016 12:25 AM

Re: Puzzling Program!
 
Quote:

Originally Posted by Xenorosth (Post 4456847)
Fair enough. XD I meant it to be a private message though. I didn't know you could open up jars like that though. :o If I did, it'd have saved me in a loooot of jams. How did you open it?

literally just



alternate solution: strings

Xenorosth 07-25-2016 12:44 AM

Re: Puzzling Program!
 
Quote:

Originally Posted by inDheart (Post 4456852)
literally just



alternate solution: strings

Notepad++ gives me a bunch of scrambled text. I can't read it. D:

AutotelicBrown 07-25-2016 02:49 AM

Re: Puzzling Program!
 
A .jar is compressed, you'd have to decompress using 7zip or something similar before getting the actual text.

Xayphon 07-25-2016 06:09 AM

Re: Puzzling Program!
 
I dont think this belongs into FFR Events xd

DaBackpack 07-25-2016 06:50 AM

Re: Puzzling Program!
 
yeah if you want to do something like this and prevent what YoshL and co. did, .jars are really easy to open

I would recommend choosing a different compiled language, but even C is easy-ish to reverse engineer if you have the right tools

honestly I would recommend embedding this in some kind of web app ---

server computer (yours) does all of the computing in secret, and the client side manages answer requests and stuff

cool idea though, would be interested in seeing more!

EDIT: You can still use Java for serverside code if you use https://en.wikipedia.org/wiki/JavaServer_Pages

EDIT EDIT: Final option would be using a code obfuscator but I think there are ways to decode plaintext strings in code so you'd need to be careful

FirstMaple8 08-1-2016 11:42 PM

Re: Puzzling Program!
 
Quite a nice program

rushyrulz 08-2-2016 12:02 AM

Re: Puzzling Program!
 
for the record, I told him this was a bad idea back in fricken June.

Also, lol he didn't know you could view source of a jar with Notepad++


All times are GMT -5. The time now is 04:56 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution