mhogomchungu / zuluCrypt

zuluCrypt is a front end to cryptsetup and tcplay and it allows easy management of encrypted block devices
https://mhogomchungu.github.io/zuluCrypt
Other
505 stars 61 forks source link

Support for Nitrokey Pro? #98

Closed comio closed 2 years ago

comio commented 6 years ago

Hi @mhogomchungu , I'm exploring the support for the Nitrokey Pro (www.nitrokey.com) smartcard. I have not this product but I'm studying to enhance support. Give a look at this code:

nitroluks

should be easy to add a key-ring-like access to "Password Safe" to find the encryption key to your software.

What do you think? I would like to try to add (when I will receive the token). Any suggestion?

ciao

luigi

mhogomchungu commented 6 years ago

First thing to find out is if running this program requires root's privileges or not.

Things will be a lot easier if it does not. zuluCrypt currently does not support generic plugins that get input from stdin and support for this use case will have to first be added before this plugin will work.

First thing is first, get the token and see if it this program requires root's password to work or not.

HulaHoopWhonix commented 5 years ago

Nitrokey is not open source so I wouldn't bother supporting a closed product that is not auditable. A nice alternative is the Gnuk.

mhogomchungu commented 5 years ago

I can not add support for hardware i do not have.

Somebody will have to donate the hardware for me to test.