Monthly Archives: januari 2008

Trögtänkta ”Hobbyhackare”

Hobbyhackaren gör comeback 2008.

Per Hellqvist anser att hackarna inte kan skylla på att de inte förstod effekterna av sitt handlande.

Detta ställer jag mig dock frågande till. Om man nu mot all förmodan skulle vara 16, hackar ett universitet, och inte fattar vad som är rätt eller fel, och därefter, när killen råkar bli straffmyndig skyller på att han var för ung… Ja, då är det nog tyvärr så att Hellqvist har fel. Det finns tyvärr de som inte fattar något alls, faktiskt.

Share
Posted in IT/Blandat | Leave a comment

Passbrännaren Beltran

I en tidigare artikel i Aftonbladet står det skrivet att Tito Beltran går till attack mot Sverige. Enligt honom var det på grund av ett rasistiskt Sverige som han satt häktad inför sin rättegång och han skulle således bränna sitt pass. Till vilken nytta han skulle ha det vet jag dock inte. 

Nu råkade det dyka upp en ny anklagelse mot honom, en händelse som skulle ha ägt rum i Italien. Undrar om han har bränt sitt pass ännu och om det fortfarande är Sveriges fel att han sitter i den knipa han gör, eller på grund av det faktum, att han tycks hoppa runt överallt i en massa, som har försatt honom i detta? Frågan ställs med en lätt ironisk ton…

Share
Posted in Predikan | 5 Comments

gnupgp / pgp for vBulletin-forums

gnupg / pgp for forums

Usage and disclaimer:

Prevent that paranoid admins reads your users private messages. Observe that reading data directly from the database isn’t normally a thing that’s is easily made. There are tools for this, mainly used by account owners with more or less physical access to database, but in case of hacking or stealth this might make it more difficult for thieves to get access to areas they should keep their hands away from. Just remember that this plugin isn’t 100% safe. If there is a key, there is always workarounds. Besides, if a thief gets the key, this plugin may also lose it’s purpose.

Warnings:

Uninstalling this plugin, or changing keys or passphrases may cause loss of old encrypted data on your forum.

Requirements:

Physical access to a webserver or a webhotel that support gnupg if it’s not already installed.
If you run your own server or want to install gnupg support for your webserver, you may look at the links below (this part of the installation is unsupported, but you may look here for some details). You also need a key that supports key signing (e.g. created with gpg –gen-key)

gnupg (http://www.gnupg.org/)
gpgme (http://www.gnupg.org/gpgme.html)
php gnupg (http://pecl.php.net/package/gnupg)

libs and addons that might be needed
libgpg-error (http://www.gnupg.org/related_software/libgpg-error/)
re2c (http://sourceforge.net/projects/re2c)

Screens:

vBulletin 3.6.x AdminCP

A private message in it’s encrypted state (when wrong passphrase/key is used)

Template to edit for private messages (Since I run 4.x those days I’ve lost the name of the correct template)

Find:

PHP-kod:
$disablesmiliesoption

After, add:

PHP-kod:
<if condition="$show[gpg_encrypt_pm]">
<!-- GPG PM Addon -->
<div><input type="checkbox" name="gpg_encrypt_message" value="1" id="gpg_encrypt_message" $checked[gpg_encrypt_pm] />$vbphrase[gpg_encrypt_message]</div>
<!-- GPG PM Addon /-->
</if>

Läs även andra bloggares åsikter om , , ,

Share
Posted in IT/Development | Tagged , , , | Leave a comment

Running gnupg/gpgme-encryption with php and apache

Welcome to yet another howto. Those instructions should probably solve stuff that is impossible to find ”bundled” at any search engine. There’s only questions, questions and questions, but never answers. So here we go!
Share
Posted in IT/Development | 4 Comments