Relative Content

Tag Archive for browser

Implementing Digitally signed data in a Web Application

I understand PKI well from a conceptual point of view – i.e. private keys/public keys – the math behind them, use of hash & encryption to sign a certificate, Digital Signing of Transactions or Documents etc. I have also worked on projects where openssl C libraries were used with certs for securing communication and authentication. I am also extremely familiar with openssl command line tools.