Cryptography - Software
About
List of utility software to help build a secure connection.
Utility
Cryptography Management
Command line
- ssh-keygen on Linux
GUI
- http://xca.sourceforge.net/ - Openssl graphic implementation
Library
Client
- cURL. cUrl isn’t capable of using JKS formatted keystores, so the JKS keystore needs to be converted to PEM format,
- openssl s_client
Certification creation for Local development
- mkcert (go) - create cert for local development.