Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromdyne/tomb

the Crypto Undertaker

License

NotificationsYou must be signed in to change notification settings

Llewellynvdm/Tomb

 
 

Repository files navigation

Build Status

Minimalistic command line tool based on Linux dm-crypt and LUKS, trusted by hackers since 2007.

You can keep your volumes secure and easily manageable with simple commands.

tomb's logo

Create a new 120MiBsecret.tomb folder and lock it with a newsecret.tomb.key file.

 $ tomb dig   -s 120 secret.tomb $ tomb forge -k secret.tomb.key $ tomb lock  -k secret.tomb.key secret.tomb

To open it, do

 $ tomb open  -k secret.tomb.key secret.tomb

And after you are done

 $ tomb close

Or, if you are in a hurry, kill all processes with open files inside your tomb and close it.

 $ tomb slam

More information inman tomb and ondyne.org/docs/tomb.

Use only stable and signed releases in production!

Tomb's development is community-based!

🤏🏽 How can you help

Donations are very welcome ondyne.org/donate

Translations are also welcome: see our simpletranslation guide

Tomb's code is short and readable: don't be afraid to inspect it! If you plan to submit a PR, please remember that this is a minimalist tool, and the code should be short and readable. Also, first, read our small intro toTomb's coding style.

We have aspace for issues open for detailed bug reports. Always include the Tomb version being used when filing a case, please.

There is also aspace for discussion of new features, desiderata and whatnot on github.

Licensing

Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained byJaromil. TheAUTHORS file contains more information on all the developers involved. The license is GNU Public License v3.

Packages

No packages published

Languages

  • Shell82.0%
  • Python11.3%
  • C3.3%
  • C++1.4%
  • Makefile1.3%
  • Perl0.3%
  • Other0.4%

[8]ページ先頭

©2009-2025 Movatter.jp