Skip to content

shrkamat/shrkamat.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

kamath.github.io

JSON to code

  1. https://quicktype.io/
  2. https://netheril96.github.io/autojsoncxx/

Openssl

https://eclipsesource.com/blogs/2016/09/07/tutorial-code-signing-and-verification-with-openssl/

1. Create pem file

openssl rsa -in ~/.ssh/id_rsa -pubout -out skamath.pem

2. Signing a blob

openssl dgst -sha256 -sign ~/.ssh/id_rsa -out sign.sha256 ./curl-7_55_0.tar.gz
openssl enc -base64 -in sign.sha256 -out sign.base64

2. Verifying a blog

openssl enc -base64 -d -in sign.base64 -out sign_out.sha256 
openssl dgst -sha256 -verify skamath.pem -signature sign_out.sha256 ./curl-7_55_0.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published