Skip to content

shainilps/signit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SingIT

Implementation of how to generate and veriy digital signatures of a file (learning purpose)

Current approach uses RSA algo for keygen and SHA256 for hashing

The Approach

file -> sha256(hash) = digest
rsa -> keygen algo = priv and pub keys

(digest, priv)  => signature
(digest, signature, pub) => true/false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages