├── LICENSE ├── Makefile ├── PKGBUILD ├── README.md └── src ├── hooks └── skfde ├── install └── skfde ├── skfde-cred ├── skfde-enroll ├── skfde-format ├── skfde-load ├── skfde-open └── skfde.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/Makefile -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/README.md -------------------------------------------------------------------------------- /src/hooks/skfde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/hooks/skfde -------------------------------------------------------------------------------- /src/install/skfde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/install/skfde -------------------------------------------------------------------------------- /src/skfde-cred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde-cred -------------------------------------------------------------------------------- /src/skfde-enroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde-enroll -------------------------------------------------------------------------------- /src/skfde-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde-format -------------------------------------------------------------------------------- /src/skfde-load: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde-load -------------------------------------------------------------------------------- /src/skfde-open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde-open -------------------------------------------------------------------------------- /src/skfde.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saravanan30erd/solokey-full-disk-encryption/HEAD/src/skfde.conf --------------------------------------------------------------------------------