Files
Crypt--PWSafe3/README

57 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-07-20 12:58:07 +02:00
NAME
Crypt::PWSafe3 - Read and write Passwordsafe v3 files
SYNOPSIS
use Crypt::PWSafe3;
my $vault = new Crypt::PWSafe3(file => 'filename.psafe3',
password => 'somesecret');
DESCRIPTION
Crypt::PWSafe3 provides read and write access to password
database files created by Password Safe V3 (and up) available
at http://passwordsafe.sf.net.
INSTALLATION
to install, type:
perl Makefile.PL
make
make test
make install
to read the complete documentation, type:
perldoc Crypt::PWSafe3
perldoc Crypt::PWSafe3::Record
COPYRIGHT
Crypt::PWSafe3
2016-03-14 08:35:25 +01:00
Copyright (c) 2011-2016 by T.v.Dein <tlinden@cpan.org>
2012-07-20 12:58:07 +02:00
2015-02-12 15:18:18 +01:00
LICENSE
This program is free software; you can redistribute it
and/or modify it under the same terms of the Artistic
License 2.0, see: L<http://www.perlfoundation.org/artistic_license_2_0>
2012-07-20 12:58:07 +02:00
HOMEPAGE
The homepage of Config::General is located at:
http://www.daemon.de/crypt-pwsafe3/.
AUTHOR
2015-02-12 15:18:18 +01:00
T.v.Dein <tlinden |AT| cpan.org>
2012-07-20 12:58:07 +02:00
VERSION
2016-03-14 08:35:25 +01:00
1.22
2012-11-15 10:53:00 +01:00