• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H18-Oct-2003-2314

ChangesH A D17-Oct-2003159 74

Imail.pmH A D18-Oct-20032.7 KiB12953

MANIFESTH A D17-Oct-200351 76

Makefile.PLH A D18-Oct-2003346 1210

READMEH A D18-Oct-20031.3 KiB5637

README

1Crypt/Imail version 0.01
2========================
3
4Encrypt and Decrypt Imail passwords
5
6THE SCOOP
7
8search for "imail decrypt" on google and you
9will find serveral articles dating back around
101999 that discuss the insecurities of Imail's
11encryption scheme.  To date they have done
12nothing about it.
13
14This is a perl module that uses the information
15from those articles to provide functions that
16allow you to decrypt and encrypt Imail passwords.
17
18http://www.ipswitch.com/prodcuts/imail_server/
19
20NOTE
21
22I never reversed engineered Imail at any time and
23simply wrote the specs for this program based on
24code found at insecure.com's archieved message
25board.  In fact I never run Imail, never recommended
26Imail to friends or loved ones and have no intention
27of providing Imail to any of my clients or collaegues.
28
29INSTALLATION
30
31To install this module type the following:
32
33   perl Makefile.PL
34   make
35   make test
36   make install
37
38DEPENDENCIES
39
40This module requires these other modules and libraries:
41
42none.
43
44THANKS
45
46Thanks goes to Brian Gannon <brian@fearthepenguin.com>
47and to Insomni (http://www.insomni.net/) for their
48encouragement in writing this code.
49
50COPYRIGHT AND LICENCE
51
52Copyright (C) 2003 Stephen D. Wells.  All Rights Reserved.
53
54This library is free software; you can redistribute it and/or modify
55it under the same terms as Perl itself.
56