Results 1 to 5 of 5

Thread: So you thik you know everything huh well help me then!!!

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    55

    Talking

    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

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3
    Guest
    There is a post to do just that from a few months ago
    by Aaron Young.

  4. #4
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535
    what was the subject of the thread?


  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    Thumbs up

    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
  •  



Click Here to Expand Forum to Full Width