Results 1 to 5 of 5

Thread: Can someone please help me!

  1. #1

    Thread Starter
    Lively Member gorounreal's Avatar
    Join Date
    Nov 2002
    Location
    Behind You
    Posts
    72

    Question Can someone please help me!

    When you open a dll file or data file in notepad you see alot of weird writing that is unreadable. I was wondering how I could write information from strings and integers to a file and then make it look like that weird writing? Also how would I turn it back into readable writing so visual basic can understand the strings and integers?

    Thanks in advance.

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357
    You probably want some sort of encryption/decryption solution. Do a search on this forum for encryption and you will find plenty of samples!

    What you can do is encrypt the text before you write it to the file, then when you read the text you decrypt it again so you can use the contents for your program.
    ~seaweed

  3. #3
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    a dll file is however not encrypted, only compiled from some language to binary file...
    if you open a dll file in a hex editor, it can make some sense...but not much
    a free hex editor is available on www.analogx.com
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

  4. #4
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,

    for this u write encryption code and use decryption code to decrypt it.

    or when writing into a text file use asc(character) it converts into ascii values.

  5. #5

    Download my free encryption software

    I wrote this really cool program that allows you to encrypt your text files. It is also great for encrypting text for emails. download it and check it out Download it here . Dont worry it is virus free, scan it if you are worried

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