Skip to content

Commit a28d37a

Browse files
committed
update readme
1 parent 6013071 commit a28d37a

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11
passwordmaker-python
22
====================
33

4-
Python port of the Password Maker application
4+
Python port of the Password Maker application
5+
6+
7+
PasswordMaker - Creates and manages passwords
8+
Copyright (C) 2005 Eric H. Jung and LeahScape, Inc.
9+
http://passwordmaker.org/
10+
11+
12+
This library is free software; you can redistribute it and/or modify it
13+
under the terms of the GNU Lesser General Public License as published by
14+
the Free Software Foundation; either version 2.1 of the License, or (at
15+
your option) any later version.
16+
17+
This library is distributed in the hope that it will be useful, but WITHOUT
18+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19+
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
20+
for more details.
21+
22+
You should have received a copy of the GNU Lesser General Public License
23+
along with this library; if not, write to the Free Software Foundation,
24+
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25+
26+
Written by Miquel Burns and Eric H. Jung
27+
28+
PHP version written by Pedro Gimeno Fortea
29+
<http://www.formauri.es/personal/pgimeno/>
30+
and updated by Miquel Matthew 'Fire' Burns
31+
32+
Ported to Python by Aurelien Bompard
33+
<http://aurelien.bompard.org>
34+
Updated by Richard Beales
35+
36+
37+
This version should work with python > 2.3. The pycrypto module enables
38+
additional algorithms.

0 commit comments

Comments
 (0)