Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / mime / revelation.xml

<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
        <mime-type type="application/x-revelation">
                <comment>Revelation password database</comment>

                <magic>
                        <match type="string" offset="0" value="rvl\0">
                                <match type="string" offset="5" value="\0">
                                        <match type="string" offset="9" value="\0\0\0" />
                                </match>
                        </match>
                </magic>
        </mime-type>
</mime-info>