mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-16 01:27:08 +00:00
install-data-hook to recompile mime and desktop integrtion databases
and some perfectionism on the webpage
This commit is contained in:
parent
eac4818f30
commit
e6e0123560
@ -9,27 +9,10 @@
|
|||||||
[[images/tomb_n_bats.png]]
|
[[images/tomb_n_bats.png]]
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
|
Tomb is a simple tool to manage **encrypted storage** on GNU/Linux, from
|
||||||
|
the hashes of the [[http://dynebolic.org][dyne:bolic]] nesting mechanism.
|
||||||
|
|
||||||
<example>
|
Tomb aims to be an **100% free** and open source system for easy
|
||||||
..... ..
|
|
||||||
.H8888888h. ~-. . uW8"
|
|
||||||
888888888888x `> u. .. . : `t888
|
|
||||||
X~ `?888888hx~ ...ue888b .888: x888 x888. 8888 .
|
|
||||||
' x8.^"*88*" 888R Y888r ~`8888~'888X`?888f` 9888.z88N
|
|
||||||
`-:- X8888x 888R I888> X888 888X '888> 9888 888E
|
|
||||||
488888> 888R I888> X888 888X '888> 9888 888E
|
|
||||||
.. `"88* 888R I888> X888 888X '888> 9888 888E
|
|
||||||
x88888nX" . u8888cJ888 X888 888X '888> 9888 888E
|
|
||||||
!"*8888888n.. : "*888*P" "*88%""*88" '888!` .8888 888"
|
|
||||||
' "*88888888* 'Y" `~ " `"` `%888*%"
|
|
||||||
^"***"` "`
|
|
||||||
|
|
||||||
a simple commandline tool to manage encrypted storage v.0.9
|
|
||||||
(from the hashes of dyne:bolic nesting)
|
|
||||||
</example>
|
|
||||||
|
|
||||||
|
|
||||||
Tomb aims to be an 100% free and open source system for easy
|
|
||||||
encryption and backup of personal files, written in code that is easy
|
encryption and backup of personal files, written in code that is easy
|
||||||
to review and links commonly shared components.
|
to review and links commonly shared components.
|
||||||
|
|
||||||
@ -44,6 +27,15 @@ USB stick.
|
|||||||
|
|
||||||
** Documentation
|
** Documentation
|
||||||
|
|
||||||
|
First of all the usual info you'd expect a software to provide:
|
||||||
|
|
||||||
|
- [[README]]
|
||||||
|
- [[ChangeLog]]
|
||||||
|
- [[TODO]]
|
||||||
|
- [[AUTHORS]]
|
||||||
|
|
||||||
|
And more below, read on...
|
||||||
|
|
||||||
*** Who needs Tomb
|
*** Who needs Tomb
|
||||||
|
|
||||||
Our target community are desktop users with no time to click around,
|
Our target community are desktop users with no time to click around,
|
||||||
@ -58,20 +50,38 @@ be interoperable across popular GNU/Linux operating systems.
|
|||||||
*** Aren't there enough encryption tools already?
|
*** Aren't there enough encryption tools already?
|
||||||
|
|
||||||
We've felt the urgency of publishing Tomb for other operating systems
|
We've felt the urgency of publishing Tomb for other operating systems
|
||||||
than dyne:bolic since the current situation with [[http://en.wikipedia.org/wiki/TrueCrypt][TrueCrypt]] is far from
|
than dyne:bolic since the current situation in personal desktop
|
||||||
optimal. TrueCrypt makes use of statically linked libraries, its code
|
encryption is far from optimal.
|
||||||
is not hosted on CVS and is [[http://lists.freedesktop.org/archives/distributions/2008-October/000276.html][not considered free]] by GNU/Linux
|
|
||||||
distributions because of liability reasons, see [[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364034][Debian]], [[https://bugs.edge.launchpad.net/ubuntu/+bug/109701][Ubuntu]],
|
|
||||||
[[http://lists.opensuse.org/opensuse-buildservice/2008-10/msg00055.html][Suse]], [[http://bugs.gentoo.org/show_bug.cgi?id=241650][Gentoo]] and [[https://fedoraproject.org/wiki/ForbiddenItems#TrueCrypt][Fedora]].
|
|
||||||
|
|
||||||
Seen from this perspective, Tomb is intended as a rewrite of most
|
[[http://en.wikipedia.org/wiki/TrueCrypt][TrueCrypt]] makes use of statically linked libraries so that its code is
|
||||||
functionality offered by TrueCrypt in a new application, confident it
|
hard to audit, plus is [[http://lists.freedesktop.org/archives/distributions/2008-October/000276.html][not considered free]] by free operating system
|
||||||
won't take much relying on previous experience and aiming at:
|
distributors because of liability reasons, see [[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364034][Debian]], [[https://bugs.edge.launchpad.net/ubuntu/+bug/109701][Ubuntu]], [[http://lists.opensuse.org/opensuse-buildservice/2008-10/msg00055.html][Suse]],
|
||||||
|
[[http://bugs.gentoo.org/show_bug.cgi?id=241650][Gentoo]] and [[https://fedoraproject.org/wiki/ForbiddenItems#TrueCrypt][Fedora]].
|
||||||
|
|
||||||
- short and readable code, linking shared libs and common components
|
[[http://tom.noflag.org.uk/cryptkeeper.html][Cryptkeeper]] is the best alternative to Tomb out there and its main
|
||||||
- easy graphical interface, simple for ad-hoc (DIY-deniable)
|
advantage consists in not needing root access on the machine it's
|
||||||
- transparent and distributed development hosted using GIT
|
being used. But Cryptkeeper still has drawbacks: it uses [[http://www.arg0.net/encfs][EncFS]] which
|
||||||
- GNU General Public License v3
|
implements weaker encryption than dm-crypt, its encrypted archives
|
||||||
|
aren't transportable and it doesn't promotes the separated storage of
|
||||||
|
keys.
|
||||||
|
|
||||||
|
At last, the [[https://we.riseup.net/debian/automatically-mount-encrypted-home][Encrypted home]] on operating systems as Debian and Ubuntu
|
||||||
|
adopts dm-crypt and encryption algorithms as strong as Tomb does, but
|
||||||
|
it needs to be configured when one installs the system and it cannot
|
||||||
|
be easily transported, plus again it doesn't promotes separated
|
||||||
|
storage of keys.
|
||||||
|
|
||||||
|
With Tomb we try to overcome all these limitations providing strong
|
||||||
|
encryption, encouraging users to separate keys from data and letting
|
||||||
|
them transport tombs around easily. To facilitate auditing and usage
|
||||||
|
we intend to:
|
||||||
|
|
||||||
|
- write short and readable code, linking shared libs
|
||||||
|
- provide easy to use graphical interfaces and desktop integration
|
||||||
|
- keep the development process open and distributed using GIT
|
||||||
|
- distribute Tomb under the GNU General Public License v3
|
||||||
|
|
||||||
|
If you believe this is a worthy effort, you are welcome to [[http://dyne.org/donate][support it]].
|
||||||
|
|
||||||
|
|
||||||
*** How does it works
|
*** How does it works
|
||||||
@ -90,6 +100,17 @@ See the [[manual][manpage]] for more information on how to operate Tomb from the
|
|||||||
commandline, also the back-end tool **tomb** comes complete with a brief
|
commandline, also the back-end tool **tomb** comes complete with a brief
|
||||||
--help.
|
--help.
|
||||||
|
|
||||||
|
*** Where do we learn more from
|
||||||
|
|
||||||
|
Here below some articles that are useful to understand Tomb more in
|
||||||
|
detail and to get in touch with the difficult job of a Crypto
|
||||||
|
Undertaker:
|
||||||
|
|
||||||
|
- [[TKS1-draft.pdf][TKS1 - An anti-forensic, two level, and iterated key setup scheme]]
|
||||||
|
- [[New_methods_in_HD_encryption.pdf][New Methods in Hard Disk Encryption]]
|
||||||
|
- [[Luks_on_disk_format.pdf][LUKS On-Disk Format Specification]]
|
||||||
|
- [[LinuxHDEncSettings.txt][Linux hard disk encryption settings]]
|
||||||
|
|
||||||
|
|
||||||
** Downloads
|
** Downloads
|
||||||
|
|
||||||
@ -139,12 +160,14 @@ kernel.
|
|||||||
|
|
||||||
*** People involved
|
*** People involved
|
||||||
|
|
||||||
Tomb is designed and written by [[http://jaromil.dyne.org][Jaromil]]
|
Tomb is designed and written by [[http://jaromil.dyne.org][Jaromil]].
|
||||||
|
|
||||||
Tomb's artwork is contributed by [[http://monmort.blogspot.org][Món Mort]]
|
Tomb's artwork is contributed by [[http://monmort.blogspot.org][Món Mort]].
|
||||||
|
|
||||||
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf.
|
Testing and fixes are contributed by Dreamer and Hellekin O. Wolf.
|
||||||
|
|
||||||
|
Most research we refer to is documented by Clemens Fruhwirth.
|
||||||
|
|
||||||
Tomb relies on Cryptsetup(8) and LUKS, big up to the developers involved \o/
|
Tomb relies on Cryptsetup(8) and LUKS, big up to the developers involved \o/
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,6 +7,16 @@ AppReg_DATA = tomb.applications
|
|||||||
MimeInfodir = $(datadir)/mime-info
|
MimeInfodir = $(datadir)/mime-info
|
||||||
MimeInfo_DATA = tomb.keys tomb.mime
|
MimeInfo_DATA = tomb.keys tomb.mime
|
||||||
|
|
||||||
|
Mimedir = $(prefix)/lib/mime/packages
|
||||||
|
Mime_DATA = tomb
|
||||||
|
|
||||||
Iconsdir = $(datadir)/icons $(datadir)/app-install/icons
|
Iconsdir = $(datadir)/icons $(datadir)/app-install/icons
|
||||||
Icons_DATA = monmort.png
|
Icons_DATA = monmort.png
|
||||||
|
|
||||||
|
install-data-hook:
|
||||||
|
xdg-mime install dyne-tomb.xml
|
||||||
|
xdg-icon-resource install --context mimetypes --size 32 ../src/monmort.xpm monmort
|
||||||
|
xdg-icon-resource install --size 32 ../src/monmort.xpm dyne-monmort
|
||||||
|
update-desktop-database
|
||||||
|
update-menus
|
||||||
|
update-mime
|
||||||
|
11
share/dyne-tomb.xml
Normal file
11
share/dyne-tomb.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||||
|
<mime-type type="application/x-tomb-volume">
|
||||||
|
<comment>Tomb encrypted volume</comment>
|
||||||
|
<glob pattern="*.tomb"/>
|
||||||
|
</mime-type>
|
||||||
|
<mime-type type="application/x-tomb-key">
|
||||||
|
<comment>Tomb crypto key</comment>
|
||||||
|
<glob pattern="*.tomb.gpg"/>
|
||||||
|
</mime-type>
|
||||||
|
</mime-info>
|
1
share/tomb
Normal file
1
share/tomb
Normal file
@ -0,0 +1 @@
|
|||||||
|
application/x-tomb-volume; tomb-open '%s'; priority=8
|
Loading…
Reference in New Issue
Block a user