Tomb/extras/android
Jaromil ace80c87db switch default random source to /dev/urandom
there is no need to default to a blocking source of random,
since /dev/random doesn't improves the quality of randomness in Linux
2019-05-22 09:55:02 +02:00
..
README.txt experimental port to android - works with limited functionality 2016-01-24 23:07:19 +01:00
tomb switch default random source to /dev/urandom 2019-05-22 09:55:02 +02:00

This is an experimental port of Tomb to Android platform

REQUIRES ROOT - see on-line docs on how to root Android.

This includes a static binary of cryptsetup to interact with the
dm-crypt Linux API for filesystem cryptography (ELF for ARMv6)

Tombs can be created and opened correctly 

Only aes-cbc-essiv:sha254 crypto algo is supported.

At the moment tombs cannot be closed.
One has to reboot the device for that.

Other functions have not been tested.

More than ever, this is provided WITHOUT ANY WARRANTY