|
-
May 1st, 2000, 08:28 AM
#1
Thread Starter
Member
Can anyone help me with encrypting files like say i want to save a file as txt and i want to encrypt it so that when i open it with another text editor it will show up like this
"lksdjfsfj(*^)(&^8y*PIGJHP(F&VJKp97845m5n97YP(&*^J4n;i7"
when it is supposed to be like this
"Hi this is thevbuser"
come on help me fast i need help
-
May 1st, 2000, 08:53 AM
#2
transcendental analytic
You could convert the string to abyte array with strconv and xor all items with a random seed or a password. Then convert back and put into the file opening binary. I think there's code posted somewhere, if you search for it
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 1st, 2000, 08:55 AM
#3
There is a post to do just that from a few months ago
by Aaron Young.
-
May 1st, 2000, 03:10 PM
#4
Fanatic Member
what was the subject of the thread?
-
May 1st, 2000, 05:58 PM
#5
Conquistador
try encryption ??
there are some projects that do that at
http://www.planetsourcecode.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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|