Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does ANSI X9.17 work?

ANSI x9.17
0
Posted

How does ANSI X9.17 work?

0

The ANSI X9.17 is the method of key generation PGP uses. It is oficially specified using 3DES, but was easily converted to IDEA. X9.17 requires 24 bytes of random data from randseed.bin. (PGP keeps an extra 384 bytes of state information for other uses…) When cryptRand starts, the randseed.bin file is washed (see below) and the first 24-bytes are used to initialize X9.17. In X9.17, a random number is generated by R = E[E(T) XOR V] and V = E[E(T) XOR R] where • E() = an IDEA encryption, with a reusable key used for key generation • T = timestamp (data from randseed.bin used in place of timestamp) • V = Initialization Vector, from randseed.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123