-
"Dropping support for a broken crypto primitive is hard in practiceRead more...
- but crypto can be broken overnight
- what do we do if SHA-1 or RSA falls tomorrow?"
Alexander Sotirov, Marc Stevens, Jacob Appelbaum, Arjen Lenstra, David Molnar, Dag Arne Osvik, Benne de Wegerr, "MD5 considered harmful today - Creating a rogue CA certificate", December 2008 -
Read more...
"Even a relatively small quantum computer, one that had a few tens of thousands of qubits, could consider so many different values at once that it would be able to break all known [ed: RSA, D&H, ECC, AES-128] codes commonly used for secure Internet communication.”
Prof Seth Lloyd of MIT, MIT Review 2008
-
Read more...
“Never underestimate the attention, risk, money and time that an opponent will put into reading traffic.”
Robert Morris, former Chief Scientist of the US National Security Agency (NSA), National Computer Security Center, "Crypto '95 invited talks by R. Morris and A. Shamir", 1995

| Synaptic VEST cipher-hash Technical |
TechnicalHow does it work?VEST is a hardware-dedicated authenticated stream cipher and a collision-resistant hash function. VEST design is based on a bijective parallel non-linear feedback shift register (PNLFSR) assisted by a non-linear Residue Number System (RNS) based counter. The four VEST family trees are VEST-4 (80-bit secure), VEST-8 (128-bit secure), VEST-16 (160-bit secure), VEST-32 (256-bit secure). VEST ciphers support keys and IVs of variable sizes and instant re-keying. All VEST ciphers support key lengths of twice the length of the security rating. All VEST ciphers release output on every round, and each round takes one clock cycle to execute at very high clock speeds. VEST ciphers are designed so that each cipher family generated using a static family key can be efficiently synthesised in hardware.
VEST ciphers include four main components: a non-linear counter, a linear counter diffuser, a bijective non-linearly updated core accumulator and a linear output combiner. Authenticated encryption mode also includes ciphertext feedback. The RNS counter consists of sixteen NLFSRs with prime period lengths. The counter diffuser is a set of 5-to-1 linear combiners with feedback compressing outputs of the 16 counters into 10 bits. The core accumulator is a PNLFSR accepting 10 bits of the counter diffuser as input, and the output combiner is a set of 6-to-1 linear combiners.
The core accumulator in VEST ciphers can be seen as a bijective substitution-permutation network constructed using non-linear 6-to-1 feedback functions (f), one for each bit, all of which are updated simultaneously. It accepts 10 counter bits (d) and in the authenticated encryption mode, the previous-round ciphertext bits (e) as its input. The five least significant bits of the accumulator state are updated by a bijective 5x5 substitution box and are linearly combined with the first five input bits on each round. The next five accumulator bits are linearly combined with the next five input bits and with a non-linear function of four of the next least significant accumulator bits. All other bits in the VEST accumulator state are linearly combined with non-linear functions of five next least significant bits stored in the accumulator state on each round.
This substitution operation is followed by a carefully selected permutation of all the bits in the state. Unlike most ciphers, VEST ciphers load keys and IVs gradually. Generally 16 bits of key material are hashed every round, introducing a new bit of key material every round and requiring as many rounds as there are bits in the key. IVs are loaded 8 bits per round, in as many rounds as there are bytes in the IV. Both keying and IV loading processes are further secured with 32 sealing rounds. During hashing, data is loaded one byte at a time, each bit into one of 8 separate counters, thus feeding the input linearly directly into the core accumulator, as well as into each of the 8 counters and into the counter diffuser, where input bits are linearly and non-linearly combined with all the previous bits by different feedback functions. In authenticated encryption mode, the ciphertext is fed back into the core accumulator. Independent counters ensure guaranteed minimal period length even under complex adaptive chosen plaintext attacks. Prior to producing MAC or HASH output, VEST cipher state is again secured by 32 sealing rounds and the MAC or HASH values are returned gradually as cipher output, 4 to 32 bits per round, not revealing any information about the cipher state and not requiring any additional logic. Do I require a license to study the cipher?No. Synaptic encourages research into and study of VEST. Various white papers on VEST and it's performance can be found here. |
| Last Updated on Sunday, 23 October 2011 09:44 |




