useage:
QxtBlowFish() fish; fish.setPassword("foobar"). QByteArray a("barblah"); a= fish.encrypt(a); a= fish.decrypt(a);