[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

A code of Maurer's algorithm of provable primes generation

Mok-Kong Shen

9/4/2014 7:34:00 AM


I have implemented Maurer's algorithm of provable primes generation
in Python: http://s13.zetaboards.com/Crypto/topic/...

For comments and critiques I should be very grateful.

M. K. Shen
2 Answers

Mok-Kong Shen

9/19/2014 12:25:00 PM

0


PROVABLEPRIME Versison 1.0.1 has been released. It contains a few
additional functions to write to and read from files as convenience
utilities for the illustrative examples. (There are 4 illustrative
examples: prime generation, RSA key generation, RSA block encryption
and RSA digital signature.)

M. K. Shen

Mok-Kong Shen

10/10/2014 9:49:00 PM

0

A new Version 1.1 of PROVABLEPRIME has just been released. It now has
the following five illustrative examples:

Generation of a pseudo-random provable prime of desired size.

Generation of RSA keys (satisfying certain desirable constraints).

RSA block encryption procesing.

RSA digital signature processing.

RSA pseudo-random bit generation.

M. K. Shen