Results 1 to 10 of 10

Thread: String compression/encryption

Threaded View

  1. #1

    Thread Starter
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    String compression/encryption

    Howdy all,

    I'm working on trying to encrypt a string. Most of the examples I've seen and things I've attempted, end up making the result of the encrypted string, alot bigger in size than the original string. Example:
    Trying to encrypt the string "hello world" would end up being something like "hdu87327634husdfsd7823434" which is obviously longer than the original.

    Anyone know some algorithms to lower the sie of the string but still encrypt it (and be able to decrypt it)?

    Thanks in advance,

    [edit]
    Also, these strings are going to be saved to a file, so if that helps anyone

    Phreak
    Last edited by «°°phReAk°°»; Aug 25th, 2004 at 10:28 PM.

    Visual Studio 6, Visual Studio.NET 2005, MASM

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