1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 18:13:27 +00:00

Rsatest is a test driver for RSA operations.

Rsatest takes a list of vecimal key sizes (in bits) on the command
line, and generates keys of those sizes.  It generates keys randomly,
using keyboard timings for a random number source, then tests the
resultant keys, doing an encryption, a decryption, a signing and a
verification.

Example invocation lines:

rsatest 512 768 1024
rsatest 2048