Show DevBest [Development]SimpleEncoder

Status
Not open for further replies.

Adil

DevBest CEO
May 28, 2011
1,278
716
It's based off JokerCrypt, using the same program file, but this time, it'll be open-sourced and free.
  • Open-sourced
  • Easy to develop through the simple API
  • Documented
  • Compatible with all Windows systems (=>XP), and Linux systems running Wine
  • Lightweight
Selection_004.png

It'll include some documentation, which will guide you toward making your own routine.
ZLEcAY.jpg

It will probably look like this.
V0.5-dev

  • Basic routine
  • No extra functions
Hopefully, I'll be able to implement more stuff.
~Adil
 

Adil

DevBest CEO
May 28, 2011
1,278
716
Mhm.. Looks interesting, you think it'd be possible to use this with PHP?
Yea, you'd need two fields I believe. 1 for input of the non-encoded string, 1 to output it.
Anyway,
Snapshot of the program, minimal documentation
 

Zak

Posting Freak
Mar 12, 2011
848
453
Code:
.Replace("f", "_%").Replace("g", "*%").Replace("h", "{%").Replace("i", "}*").Replace("j", "|%").Replace("k", "<%")
Problem with this is that your using a certain key

like g =*%
 

Adil

DevBest CEO
May 28, 2011
1,278
716
Code:
.Replace("f", "_%").Replace("g", "*%").Replace("h", "{%").Replace("i", "}*").Replace("j", "|%").Replace("k", "<%")
Problem with this is that your using a certain key

like g =*%
I don't get what you mean. I've been meaning to change it.
Note:- I'm writing some more documentation, and changing the key
 

Zak

Posting Freak
Mar 12, 2011
848
453
I mean that you should make it so the key changes all the time through a web connection as you can't keep downloading the program when you change the key values.

If you use the same key like.
Code:
Z = !$#@
Then people can make a problem to decode this like.
Code:
.Replace("!$#@", "Z")
 

Adil

DevBest CEO
May 28, 2011
1,278
716
I mean that you should make it so the key changes all the time through a web connection as you can't keep downloading the program when you change the key values.

If you use the same key like.
Code:
Z = !$#@
Then people can make a problem to decode this like.
Code:
.Replace("!$#@", "Z")
Null point.
Anyone could change the .Replace(), so they have their own custom method of encoding. No-one would have to know.
 

Zak

Posting Freak
Mar 12, 2011
848
453
I don't mind helping.
But i need to stay focus on the COD server i got loads of people who want it completed (so fucking excited!).
lemme know your idea or what you want and I'll quickly code it for you.
 

Adil

DevBest CEO
May 28, 2011
1,278
716
Coding a PHP edition, which is in very basic stages at the moment. Will feature numbers and a md5 hash to hash your key. Also, it will be a lot cleaner in terms of coding.
RC
PHP:
 is now in development.
~Adil

Known bugs:
Code:
>Program does not work under Wine for some odd reason. Will look into this
>JavaScript not rendering in PHP edition
To-do:
Code:
>Secure all variables 
>Use MySQL database for storing keys (user system will probably be coded)
>Work on CSS
My github repo will be updated, and if you have any ideas, please post them here
~Adil
 
Status
Not open for further replies.

Users who are viewing this thread

Top