PDA

View Full Version : vBCrypto v.1.0 (Encryption for posts/chat/IRC)


yoyoyoyo
06-19-2005, 10:00 PM
vBCrypto
version 1.0

TIME TO INSTALL: Less than 5 minutes
DIFFICULTY: Beginner/Simple
New Templates: 1
Template Edits: 1
New php file: 1
New image: 1

This hack can be helpful for Clans and groups in RPG's. You can communicate with each other using encrypted text in any forum or Chat/IRC using an agreed upon key or set of keys for encoding the text.

OVERVIEW:

This adds a popup window to your forum that allows you to encrypt and decrypt text that you enter using an encryption key of your choice (up to 6 digits). Enter the text that you want to have encrypted/decrypted in to this text area. Then, enter an encryption key (this can be up to 6 digits long) and press the "encode message" button. You can click the "encode message" button as many times as you want, just be sure to remember how many times you clicked it (as well as the encryption key) so you can decode it properly later. Then paste the encrypted text in to your post or message and only those with the proper key(s) to decode the message can read it.

To decode messages enter the encrpyted text in to this box and enter the proper encryption key and press "decode message" to reveal the hidden text.

You can use multiple keys for encryption, but just be sure to remember to reverse the process (for example: use 123456 as the first key, and then encrypt, then enter a new key of 999999 for the second key. To decode you need to reverse the process: first use 999999 and then 123456. Obviously, the more levels of encryption you use the harder it will be for unwanted parties to "crack the code" and read your encoded messages.

The popup window also features instructions on encoding and decoding via a scrolling button.

The contents of the window can also be highlighted, and if you are using Internet Explorer then the contents of the window are copied to your clipboard. If you are using another browser simply press control and C on your keyboard to copy the highlighted text to the clipboard. There are also CLEAR FORM and CLOSE WINDOW buttons.

INSTALL INFO:

1) Upload the contents of the "UPLOAD" directory to your forum ROOT directory.

2) Go to ADMIN CP -> STYLES & TEMPLATES -> ADD NEW TEMPLATE and create a template called encrypto with the contents of template.encrypto.txt.

3) Go to Adimin CP ->Styles & Templates -> Edit Templates and open the NAVBAR template and search for the following:<tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
BEFORE add:<td class="vbmenu_option"><a href="#" onclick="window.open('encrypt.php','Encryption','statusbar= no,menubar=no,toolbar=no,scrollbars=no,resizable=n o,width=400,height=560'); return false;">Encryption</a></td></tr>

4) That's it! Go to http://yoursite.com/forum/encrypt.php or visit the Quick Links in your NAVBAR to view your new vBCrypto page.

PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=83415)

yoyoyoyo
06-20-2005, 06:57 AM
KNOWN BUG: It converts uppercase text to lowercase text

PLEASE CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=83415) if you find this helpful.

Corriewf
06-20-2005, 12:14 PM
Very nice hack. I would use it if I wasnt afraid of my members using it in their posts.

yoyoyoyo
06-20-2005, 01:05 PM
Very nice hack. I would use it if I wasnt afraid of my members using it in their posts.I will add usergroup restrictions.

Corriewf
06-20-2005, 01:51 PM
What would be cool is if it was based on usergroup and I could set the key for each user group so I would always now whats being said and everything could be controlled by the admin.

What do you think?

swantonio
06-20-2005, 03:49 PM
good grazie :devious:

yinyang
06-20-2005, 05:28 PM
yoyoyo, great hack. is there any way to modify it so it could do this? --> https://vborg.vbsupport.ru/showthread.php?t=82212

Carnage
06-29-2005, 09:26 PM
very nice, but i'd hardly call it encryption...

Obviously, the more levels of encryption you use the harder it will be for unwanted parties to "crack the code" and read your encoded messages.

Incorrect i'm affraid. Your encryption technique functions (i think its refered to) as a group function. In other words for any two keys used one after the other there exists another key that does the encryption in one go.

eg if i was to use 1 followed by 1 its equivilent to me having just used 2 once.

Very nice hack. I would use it if I wasnt afraid of my members using it in their posts.

Don't get under any illusions, this ISN'T very strong. There are infact only 26 possible different keys. 27 is the same as using 1 If you are worried about your members using it, do the following to read what they are saying:

Put the text into the box, set the key as 1 hit decode, see if its readable if not hit decode again, do this untill you get a message out.

I'd say this is a great hack for luring your members into a false sense of security... Then finding out what they REALLY think about you :p

Sorry if this comes over as a little bit harsh, but i'm fairly compatent when it comes to encryption/decryption theory... There are far better ways you can provide encyption, i've got a php script that does a bit of encryption, only prob is it dosnt' decrypt it very well at all... :( maybe i should work on that some more and turn it into a vb hack if people woulld be interested...

Taotek
07-09-2005, 02:59 PM
Would be nice to see it use blowfish encryption.