Thread: Encryption Contest

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    *this
    Join Date
    Mar 2005
    Posts
    498

    Arrow Encryption Contest

    I just had the greatest Idea for an encryption contest. I have been studying encryption for a while now and wanted to see what you guys can come up with. This contest is very open to almost any implementation and algorithm.

    ENCRYPTION CONTEST

    Here are the specifications for the contest:
    1. Can be any method (including substitution or tables)
    2. Must be portable
    3. Needs to be able to encrypt or decrypt any type of file
    4. Needs to be your own work


    Here is how they will be scored:
    1. Algorithm Implementation
    2. Security
    3. Speed
    4. Portability
    5. And most of all: CREATIVITY


    Here are some coding rules:
    1. Code needs to be commented
    2. Code needs to be readable
    3. Code needs to work
    4. Contestants must explain their algorithm


    Code will be sorted into groups depending on the implementation. So don't worry if you think your algorithm isn't advance, it could still get first place in your group.

    The deadline is on: July 30th, 2005
    Please PM me your code (private message)
    Last edited by JoshR; 07-02-2005 at 10:54 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Expression Evaluator Contest
    By Stack Overflow in forum Contests Board
    Replies: 20
    Last Post: 03-29-2005, 10:34 AM
  2. Results for the Encryption Contest -- June 23, 2002
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 07-07-2002, 08:04 AM
  3. Encryption Cracking Contest
    By vasanth in forum C++ Programming
    Replies: 51
    Last Post: 04-16-2002, 09:55 PM