Secret Codie

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
25 posts Page 1 of 3
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Secret Codie
CodenStuff
Shush its a secret lol

Secret Codie

I woke up and for some reason I couldnt get this idea out of my head so I had to make it. I had an idea of creating a system kind of like a bar code or those QR code things but really small and this is what I came up with.

Image

The idea is that you type a short message and then it gets saves as a tiny little image 15x15 pixels in size and then send it to someone or put it on your website somewhere etc. People can then get your image and open it in this app which will convert the image back into a message so they can read what it says.

Its pretty basic but kind of awesome at the same time :lol:

Here is an image with a hidden message I made for you to try out.
secretcodie.png

And the main app itself
SecretCodie.zip
Remember dont tell anyone..its a secret :P
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Secret Codie
MrAksel
Its great :D Ill make my own version that updates the image in realtime :)
Your ideas are just awesome :lol:
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Secret Codie
CodenStuff
Thats your challenge for the weekend then..make an amazing secret/hidden code reader/writer app. Maybe it would be possible to password protect them aswell somehow so only "friends" can read certain ones..be great for posting on facebook and stuff wouldnt it lol.

I think its a good idea and with a bit of development it could be something pretty darn good cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
kolega28
VIP - Donator
VIP - Donator
Posts: 338
Joined: Mon Jan 17, 2011 7:12 pm

Re: Secret Codie
kolega28
I think I could have an attempt at making one like that, it works kind of like a binary converter but converting the colour codes into strings and each pixel of the image has a separate code and then there is a library for the codes :)
Image
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

Re: Secret Codie
AnoPem
You gotta make a tut on how to do this!
https://t.me/pump_upp
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Secret Codie
MrAksel
Okay here is a start, without encryption :)
You do not have the required permissions to view the files attached to this post.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Secret Codie
hungryhounduk
yaaa!!!

well done people

love the concept :)

Chris
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Secret Codie
GoodGuy17
For the first time ever, I am absolutely astonished by such a simple program. I have no idea how to make something like this.

So... as AnoPem said, you really should make a tutorial for how to create such a program.
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Secret Codie
comathi
I'm guessing you could assign a specific color to each letter of the alphabet, and then write it to an image. However, that might take too long. Another way of doing this would be to convert the text to binary, and then only have two possible color values for the image.
User avatar
kolega28
VIP - Donator
VIP - Donator
Posts: 338
Joined: Mon Jan 17, 2011 7:12 pm

Re: Secret Codie
kolega28
comathi wrote:
I'm guessing you could assign a specific color to each letter of the alphabet, and then write it to an image. However, that might take too long. Another way of doing this would be to convert the text to binary, and then only have two possible color values for the image.
From what it looks like cody used the first method because it's all colourful and stuff and Aksel used the second one because it is only in b/w.
Image
25 posts Page 1 of 3
Return to “Full Software”