Synchronized Nonce

LazyEngineer

LazyEngineer

@lazyengineer-QKt5uf Oct 19, 2024
hi,

can anybody suggest me some good algorithms or paper for generation of nonce such that the nonce can be generated using time value i.e. at a particular time, by the given algorithm a particular nonce is generated in spite of the system on which nonce is executed.

thanks

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Oct 16, 2010

    What do you mean by nonce?
  • LazyEngineer

    LazyEngineer

    @lazyengineer-QKt5uf Oct 22, 2010

    a nonce is a random no. which is used in encryption algorithms. although it is not directly used in encryption process but it is basically transmitted with encrypted data to receiver and it helps in proving the authenticity of the message to the receiver. it provides protection against man in the middle attack, replay attack, etc