server monitoring
+ Reply to Thread
Results 1 to 15 of 16

Thread: Cool Encrypter/Decrypter

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    7

    Cool Encrypter/Decrypter

    I have created a web page that encrypts/decrypts messages using a key that the user provides. It is pretty simple. I mainly did it for entertainment value. It slowly encrypts/decrypts the message with a cool display.

    I was wondering if this is the right place to discuss this with others. I want to make the encryption scheme a little harder to break. I think someone may be able to figure out how to decrypt a message without the key. If someone here could take a look at it and tell me how easy it is to do that, it would be great. I don't want to use any other algorithm out there. I just want to keep working on my own. I can make it better. I also am just using plain text characters because I want it to be able to be emailed easily.

    [URL="http://www.seabreezecomputers.com/encrypter"]http://www.seabreezecomputers.com/encrypter[/URL]

  2. #2
    Join Date
    Jan 2005
    Posts
    623
    Congrats on writing that yourself. You are on the right *****!

    It was very easy to figure out the encryption splashed on the original text from the key though. It follows a very profound pattern.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  3. #3
    Join Date
    Jun 2006
    Posts
    7

    Thanks

    Quote Originally Posted by SyntaX******
    Congrats on writing that yourself. You are on the right *****!

    It was very easy to figure out the encryption splashed on the original text from the key though. It follows a very profound pattern.
    Thank you guys for the feedback. I appreciate it. Yes, it is somewhat easy to figure it out. If someone uses a really short key, someone could probably figure out how to unscramble the message in a few hours or so through brute force. I think it would take a little while longer with a longer key though. However, I recently made a change, but put it under a different web page. The previous version only used the key to encrypt each letter by a difference of *0 characters. But the new one encrypts by a difference of 80 characters and is case sensitive. So it should be alot harder to crack.

    Ok, I just put the new one up on the main site and it has a message with a link to the
    old encrypter.
    [URL="http://www.seabreezecomputers.com/encrypter/"]http://www.seabreezecomputers.com/encrypter/[/URL]


    And, I thought about putting the encryption scheme in a PHP file, but I didn't want to take the time to write the code to pass variables between PHP and Javascript because I don't want it to switch pages. I also figured that, even though it is alot easier to figure out the encryption because the code is right there in the script, someone could still figure it out by typing a few words and then encrypting them and changing the key slightly each time.

    Thanks again,
    Jeff
    Last edited by jeffsbaker; 06-09-2006 at 09:51 PM.

  4. #4
    Join Date
    May 2006
    Posts
    7
    thats cool dude! ! even though i had no idea what its used for it seemed very interesting

  5. #5
    Join Date
    Mar 2006
    Posts
    122
    I like it. It's really cute!


  6. #6
    Join Date
    Jun 2006
    Posts
    7
    Thanks for the feedback guys. If there are any s***estions please let me know.

  7. #7
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by jeffsbaker
    I have created a web page that encrypts/decrypts messages using a key that the user provides. It is pretty simple. I mainly did it for entertainment value. It slowly encrypts/decrypts the message with a cool display.

    I was wondering if this is the right place to discuss this with others. I want to make the encryption scheme a little harder to break. I think someone may be able to figure out how to decrypt a message without the key. If someone here could take a look at it and tell me how easy it is to do that, it would be great. I don't want to use any other algorithm out there. I just want to keep working on my own. I can make it better. I also am just using plain text characters because I want it to be able to be emailed easily.

    [URL="http://www.seabreezecomputers.com/encrypter"]http://www.seabreezecomputers.com/encrypter[/URL]
    Nice work man, although you could secure things more by processing the encryption server-side with a language like PHP.
    Who needs drugs when you have electrons?

+ Reply to Thread

Similar Threads

  1. Very cool url encrypter
    By ~~smart~fool~~ in forum Security & Encryption
    Replies: 1
    Last Post: 03-10-2008, 02:47 AM
  2. Another encrypter/Decrypter !
    By evilopinions in forum Security & Encryption
    Replies: 15
    Last Post: 03-07-2006, 10:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts