8000 GitHub - informeai/singo: Create and Verify signature cryptograph ecdsa with sha256 utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create and Verify signature cryptograph ecdsa with sha256 utility

License

Notifications You must be signed in to change notification settings

informeai/singo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

singo

Create Keys .pem

openssl ecparam -name prime256v1 -genkey -noout -out private.pem
openssl ec -in private.pem -pubout -out public.pem

Transform in base64

cat private.pem | base64 > private.base64
cat public.pem | base64 > public.base64

Create and Verify signature cryptograph ecdsa with sha256 utility

About

Create and Verify signature cryptograph ecdsa with sha256 utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0