|
-
Jan 11th, 2003, 06:00 AM
#1
Thread Starter
Lively Member
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.
-
Jan 11th, 2003, 06:32 AM
#2
Frenzied Member
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.
-
Jan 11th, 2003, 07:01 AM
#3
Frenzied Member
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
-
Jan 11th, 2003, 07:25 AM
#4
Hyperactive Member
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.
-
Jan 15th, 2003, 09:40 AM
#5
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|