Hi everyone,
for the 5th June event Reset the Net, I'm preparing a tool that implements an easy to use frontend to many cryptography tasks.
Mainly it is born to simplify the standard use of cryptsetup LUKS encryption both to help creating encrypted devices and encrypted storages in a file.
After that I've added frontends to gpg symmetric and asymmetric cryptograhy. (I know this maybe is more easy to write directly the command needed or usign Kgpg for example... but I've added these features just for completition).
All the interface in implemented via "dialog" use.
I've tested all the functionalities but the program is really in a kind of alpha stage and many controls are unimplemented, so use it with the awareness that you can do lots of damage on the system if you don't know what you are doing.
to run the suite, launch
$ /bin/bash tccf.sh
or launch the subsystem you want or simply the script you want: every action runs in a script, so you can run simply the script for one action bypassing the main menu!
Advices and critics are well accepted.
Thanks for your attention.
https://github.com/LCyberspazio/TwoCentsCryptoFrontend