An Introduction to Digital Signature Schemes
This is an incremental review paper for practitioners in cybersecurity and digital verification.
The paper compares different types of digital signature schemes (e.g., proxy, on-time, batch) based on security level, efficiency, and algorithm difficulty, finding that the best scheme depends on parameters like security and complexity.
Today, all types of digital signature schemes emphasis on secure and best verification methods. Different digital signature schemes are used in order for the websites, security organizations, banks and so on to verify user's validity. Digital signature schemes are categorized to several types such as proxy, on-time, batch and so on. In this paper, different types of schemes are compared based on security level, efficiency, difficulty of algorithm and so on. Results show that best scheme depends on security, complexity and other important parameters. We tried simply to define the schemes and review them in practice.