# Proof-of-forgery for hash-based signatures

**Authors:** E.O. Kiktenko, M.A. Kudinov, A.A. Bulychev, A.K. Fedorov

arXiv: 1905.12993 · 2021-09-09

## TL;DR

This paper explores a property of hash-based signatures that allows detection of forgery events through hash collisions, enhancing security by signaling when a hash function becomes insecure.

## Contribution

It demonstrates that Lamport and Winternitz one-time signatures can be adjusted to detect forgeries, providing a new security feature for hash-based signature schemes.

## Key findings

- Forgery detection is possible via hash collisions.
- Proper parameter adjustment enables forgery detection.
- This property supports crypto-agility by signaling hash function insecurity.

## Abstract

In the present work, a peculiar property of hash-based signatures allowing detection of their forgery event is explored. This property relies on the fact that a successful forgery of a hash-based signature most likely results in a collision with respect to the employed hash function, while the demonstration of this collision could serve as convincing evidence of the forgery. Here we prove that with properly adjusted parameters Lamport and Winternitz one-time signatures schemes could exhibit a forgery detection availability property. This property is of significant importance in the framework of crypto-agility paradigm since the considered forgery detection serves as an alarm that the employed cryptographic hash function becomes insecure to use and the corresponding scheme has to be replaced.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.12993/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1905.12993/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1905.12993/full.md

---
Source: https://tomesphere.com/paper/1905.12993