1234567891011121314 |
- #------------------------------------------------------------------------------
- # $File: vax,v 1.7 2009/09/19 16:28:13 christos Exp $
- # pwsafe: file(1) magic for passwordsafe file
- #
- # Password Safe
- # http://passwordsafe.sourceforge.net/
- # file format specs
- # http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV3.txt
- # V2 http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/formatV2.txt
- # V1 http://passwordsafe.svn.sourceforge.net/viewvc/passwordsafe/trunk/pwsafe/pwsafe/docs/notes.txt
- # V2 and V1 have no easy identifier that I can find
- # .psafe3
- 0 string PWS3 Password Safe V3 database
|