Qbasicnews.com

Full Version: Help!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Torahteen:

Is your code QuickBASIC? With my version 97, I can't use your
encrypted += chr$(asc(mid$(plaintxt,i,1)) xor pass)
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.....
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)
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!
actually ralph, i never posted the code, torahteen did.
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.
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.
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...
Pages: 1 2 3 4