Applications
Command-line utilities and demos built on the NoxTLS library. Each application is documented from its source with Doxygen; the pages below are generated from that documentation.
- AES utility – AES encryption/decryption (ECB, CBC, CTR, CFB, OFB, XTS, GCM)
- Base64 utility – Base64 encode/decode
- Cert – X.509 certificate parsing and verification
- Certificate – Certificate handling
- Certgen – Key and certificate generation (genrsa, req)
- DTLS PSK demo – DTLS 1.2/1.3 PSK handshake demo
- DTLS PSK test – DTLS PSK test
- HTTPS client – Example HTTPS client
- HTTPS server – Example HTTPS server
- NoxTLS CLI – Multi-command CLI (e.g. message digest)
- Noxcrypt utility – Command-style digest utility
- PKC utility – Public key crypto (RSA)
- Prime utility – Prime number utilities
- SHA utility – Message digest (SHA, MD5, etc.)
- TLS test – TLS test client
See also the applications folder README in the repository for build and usage overview.