Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help!!!
#31
Torahteen:

Is your code QuickBASIC? With my version 97, I can't use your
encrypted += chr$(asc(mid$(plaintxt,i,1)) xor pass)
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply
#32
Quote:Hehe, well I thought I'd go on moneo's post earlier with the XOR thing. Please don't think I'm taking over your topic, I thought this was enough on topic to post...

It's okay... I like it much more better so that the topic keeps ongoing... but for now, i'm quite too busy with working on QB/FB coz my classes will be starting on monday.... I need to prepare for college... Whooho!!!

BTW, I'm stil trying to make another alogrithm for plain text...
I'll make it quite difficult to decipher...

I heard NSA's had some one of the worlds best crackers...
They also have that school for crypto-thingies... But I'm here in the Philippines... Too far... hehehe.....
aith without action is dead.
Life becomes easier if things are done well than being said.
Reply
#33
Quote:Torahteen:

Is your code QuickBASIC? With my version 97, I can't use your
encrypted += chr$(asc(mid$(plaintxt,i,1)) xor pass)

it should work if you change it to the following (+= is a shortcut in FB)

encrypted = encrypted + chr$(asc(mid$(plaintxt,i,1)) xor pass)
EVEN MEN OF STEEL RUST.
[Image: chav.gif]
Reply
#34
yetifoot:

Why don't you post your fb code in the FreeBasic forum? This is a QuickBASIC forum we are currently in! And, at least, you should have begun by stating that it is not qb, but fb, don't you think? When I tried your code in qb, it wouldn't work fo me. Frustrating!
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply
#35
actually ralph, i never posted the code, torahteen did.
EVEN MEN OF STEEL RUST.
[Image: chav.gif]
Reply
#36
Quote:yetifoot:

Why don't you post your fb code in the FreeBasic forum? This is a QuickBASIC forum we are currently in! And, at least, you should have begun by stating that it is not qb, but fb, don't you think? When I tried your code in qb, it wouldn't work fo me. Frustrating!

Uhh... yeah that was me. And sorry. I tend to forget that this is the QB forum, not FB. Yetifoot showed you how to fix it. It should work if you just change the lines with += on them. Again, sorry.
quote="Deleter"]judging gameplay, you can adaquately compare quake 4 with pong[/quote]
Reply
#37
Toraheen and Yeifoot:

Sorry that I got upset, I should have realizd what was going on, and just let things develop. I hate to think that I am getting cranky in my old age! I earnestly apologize for my rudeness, and will try to be more understanding.
Ralph, using QuickBASIC 4.5 and Windows XP Home Edition and Service Pack 2, with HP LaserJet 4L printer.
Reply
#38
Although we are in the qbasic forum, you can post some of FB code too, its all okay because it has relevance to the topic...
aith without action is dead.
Life becomes easier if things are done well than being said.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)