Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlinden/crypt--pwsafe3
Perl module to Read and write Passwordsafe v3 files
https://github.com/tlinden/crypt--pwsafe3
Last synced: 13 days ago
JSON representation
Perl module to Read and write Passwordsafe v3 files
- Host: GitHub
- URL: https://github.com/tlinden/crypt--pwsafe3
- Owner: TLINDEN
- Created: 2012-07-20T10:55:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T14:59:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-22T03:11:18.315Z (almost 2 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Crypt-PWSafe3/
- Size: 76.2 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
NAME
Crypt::PWSafe3 - Read and write Passwordsafe v3 filesSYNOPSIS
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 installto read the complete documentation, type:
perldoc Crypt::PWSafe3
perldoc Crypt::PWSafe3::RecordCOPYRIGHT
Crypt::PWSafe3
Copyright (c) 2011-2016 by T.v.DeinLICENSE
This program is free software; you can redistribute it
and/or modify it under the same terms of the Artistic
License 2.0, see: LHOMEPAGE
The homepage of Config::General is located at:
http://www.daemon.de/crypt-pwsafe3/.
AUTHOR
T.v.DeinVERSION
1.22