[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    Re: Fwd: KMail und Passwort weg
From:       Ingo =?iso-8859-1?q?Kl=F6cker?= <ingo.kloecker () epost ! de>
Date:       2001-03-27 22:46:13
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday, 27. March 2001 21:36, Andreas Gungl wrote:
> He's aking whether it would be possible to decrypt his (POP?)
> password fom kmailrc. I guess, he lost it.
> Any opinions?

This is the "encryption/decryption" algorithm (as found in 
kmacctexppop.cpp):

  for (i=0; i<len; i++)
  {
    val = aStr[i] - ' ';
    val = (255-' ') - val;
    result[i] = (char)(val + ' ');
  }

BTW,
	val = aStr[i] - ' ';
	val = (255-' ') - val;
yields the same result as
	val = 255 - aStr[i];

Regards,
Ingo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.3 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6wRg6GnR+RTDgudgRAnnUAJ9Uok1e+qAkbNani23H1GvWQ/60mQCgxiFX
yRs1IW2zfTuqZ/NVVfg3u18=
=b+Xl
-----END PGP SIGNATURE-----
_______________________________________________
Kmail Developers mailing list
Kmail@master.kde.org
http://master.kde.org/mailman/listinfo/kmail

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic