Поиск по каталогу |
(строгое соответствие)
|
- Профессиональная
- Научно-популярная
- Художественная
- Публицистика
- Детская
- Искусство
- Хобби, семья, дом
- Спорт
- Путеводители
- Блокноты, тетради, открытки
SOFTWARE IMPLEMENTATION OF ELLIPTIC CURVE DIGITAL SIGNATURE ALGORITHM.
В наличии
Местонахождение: Алматы | Состояние экземпляра: новый |
Бумажная
версия
версия
Автор: Pankaj Kumar Sanda and Debasis Mukherjee
ISBN: 9786206148111
Год издания: 1905
Формат книги: 60×90/16 (145×215 мм)
Количество страниц: 80
Издательство: LAP LAMBERT Academic Publishing
Цена: 27805 тг
Положить в корзину
Позиции в рубрикаторе
Отрасли экономики:Код товара: 757699
Способы доставки в город Алматы * комплектация (срок до отгрузки) не более 2 рабочих дней |
Самовывоз из города Алматы (пункты самовывоза партнёра CDEK) |
Курьерская доставка CDEK из города Москва |
Доставка Почтой России из города Москва |
Аннотация: The Elliptic Curve Digital Signature Algorithm (ECDSA) consists of two modules: one is the signing algorithm used by a signer and the second one is the verification algorithm used by public to verify the signer’s identity. A person who wants to sign a message digitally uses the signing algorithm, which first makes a message digest (hash) of the message using a suitable hash function (SHA-1) and then the message digest is encrypted using the signer’s private key. The encrypted message digest is the “Digital Signature” of the sender on that message. Anyone can verify whether that “Digital Signature” is authentic or not by using verification algorithm. At first a message digest of the signer’s message is created using the identical hash function (SHA-1). The verifier then decrypts the ciphered hash output using the signer’s public key. If the ciphered hash output and the message digest created by the verifier are found to be identical, the signer’s authenticity is proved. During the period of project duration, a java application program has been written in which the ECDSA functionality of both signing and verification is provided.
Ключевые слова: Digital Signature, Cryptography