use Crypt::Twofish; my $key = 'oe' x 8; print "'$key'
\n" if ($config{'umgebung'} == "test"); my $cipher = Crypt::Twofish->new($key); my $crypt_passwd = $cipher->encrypt($eingang{'passwd'});