C++ Programming on Linux - Crypto++ RSA Signature Schemes (RSASS)

Опубликовано: 30 Октябрь 2022
на канале: Hui Yuan
598
6

In this short video, it will discuss one of another common topic in crypto systems, Digital Signature, there are many schemes and algorithms for processing digital sign and verify. In this short video, we just pick one popular used digital signature schemes as concept. The RSA Signature Schemes RSASS.

the example we are using will be RSA classic Bob sign message and send to Alice:
Alice ask Bob to sign original document and she will verify after received from Bob
Bob sign the document using his private key and send both original and signature document to Alice
Alice receives both original and signature document, and she can use Bob's public key to verify signature is OK or not.

In previous OpenSSL examples videos, we have demonstrated similar example using OpenSSL library, you can compare both examples and have your own opinion on what is advantage and disadvantage between two libraries.

Example code of this video has been uploaded onto GitHub for your reference:
https://github.com/yuanhui360/CPP-Pro...


Смотрите видео C++ Programming on Linux - Crypto++ RSA Signature Schemes (RSASS) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Hui Yuan 30 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 59 раз и оно понравилось людям.