bwalex / tc-play

Free and simple TrueCrypt/VeraCrypt Implementation based on dm-crypt
BSD 2-Clause "Simplified" License
551 stars 56 forks source link

feature: do not ask for a password when keyfile is provided #42

Closed pijoter closed 11 years ago

pijoter commented 11 years ago

Would be great if I don't have to hit enter (empty password) when mounting volumes. Maybe extra parameter or tcplay should mount with empty password first (like truecrypt does).

bwalex commented 11 years ago

Trying to mount with an empty password first when keyfiles are provided should be easily doable. I'll have a look at doing that whenever I have some time.

bwalex commented 11 years ago

I'll probably get down to doing it this weekend.