CryptoLyzer
CryptoLyzer is a cybersecurity tool that can analyse cryptographic settings of clients and servers for different protocols, and test endpoints against a set of known vulnerabilities.
This project is funded by NLnet through these subgrants:
Options
- programs.cryptolyzer.enable
-
Whether to enable CryptoLyzer.
- Type:
boolean
- Default:
false
- programs.cryptolyzer.package
-
The cryptolyzer package to use.
- Type:
package
- Default:
pkgs.cryptolyzer
Examples
-
{ ... }: { programs.cryptolyzer.enable = true; }