openssl-prime.1ossl - Man Page

compute prime numbers

Synopsis

openssl prime [-help] [-hex] [-generate] [-bits num] [-safe] [-provider name] [-provider-path path] [-propquery propq] [-checks num] [number ...]

Description

This command checks if the specified numbers are prime.

If no numbers are given on the command line, the -generate flag should be used to generate primes according to the requirements specified by the rest of the flags.

Options

-help

Display an option summary.

-hex

Generate hex output.

-generate

Generate a prime number.

-bits num

Generate a prime with num bits.

-safe

When used with -generate, generates a "safe" prime. If the number generated is n, then check that (n-1)/2 is also prime.

-provider name
-provider-path path
-propquery propq

See "Provider Options" in openssl(1), provider(7), and property(7).

-checks num

This parameter is ignored.

Referenced By

openssl.1ossl(1), openssl-cmds.1ossl(1).

2024-04-04 3.2.1 OpenSSL