Skip to content

toidiu/cryptographic_signatures_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small project to demonstrate the use of digital signatures.

The project makes use of aws_lc_rs (an AWS maintained cryptographic library implementation) to sign and verify a message.

  • Try running the project via cargo run.
  • Notice how the VALID_MESSAGE passes when verified against the signature.
  • Notice how the HACKED_MESSAGE fails when verified against the same signature. Yes, we need to ensure that the attacker doesn’t also hack the valid signature.

About

A small intro to cryptographic signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages