OpenSSL

Encrypt a File

Decrypt the File

Password Generator

Check Certificate

check files

- ```bash
  openssl req -text -noout -verify -in CSR.csr
  openssl rsa -in privateKey.key -check
  openssl x509 -in certificate.crt -text -noout
  ```