I'm using Linux OS. I want to create an application that can encrypt and digitally sign a text document. In Linux it's all just command calls, but I want to create a user friendly interface. Is there any way that I can implement this with PHP or any other programming language.
Thank you.