Results 1 to 3 of 3

Thread: Encryption Bundle

  1. #1

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Arrow Encryption Bundle

    hey guys...

    I'm working on a little project, or not so little, that works over encryptions and compressions.

    I'd like to get all your ideas on how you guys encrypt your files.

    I need to form a database of all kinds of encryptions and know exacly how they work. It can be unreversible encryptions (such as MD5), simple encryptions (such as changing or incrementing an ascii value), compression (such as rar, zip or ace format), etc.

    I don't have much information right now about anything, what I need for each encryptions/compressions:

    - How it gets encrypted (formulas, hash manipulations, etc)
    - The exact file format (for instance how the headers/footer are hashed, where is the password hash, what each hash corresponds to)
    - What are the factors involved in the encryption(word lenght, ascii char, file size,
    - Is it a reversible encryption?
    - If the encryption has a unique header to recognize it, indicating it would be appreciated...!
    - If the encryption is very complex, how to decrypt would be appreciated...


    If you guys have a good website referer I'd also appreciate, and if you help by giving code I can give you full credit in my program... (the program is not for lucrative goals, but for experimentation, which is why I can only offer name credit).

    Thanks in advance,


    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Encryption Bundle

    have you looked at the 101 VB.NET examples? there is an encryption example, which if I am not mistaken, demonstrates more than 1 encryption type..

  3. #3

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Talking Re: Encryption Bundle

    I looked up the forums for it, and it's not all encryption related...

    I completelly understand how to encrypt/decrypt files.

    I just need too fill a database of encryption methods and so pointing out tons of information towards encryption methods would be helpful...
    Last edited by Ruku; Apr 5th, 2006 at 03:33 PM.

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

Posting Permissions

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



Click Here to Expand Forum to Full Width