Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/antojoseph/safescroll

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/antojoseph/safescroll

  • v0.0.0-20240721133649-420e58e1081b
  • Source
  • Go
  • Socket score

Version published
Created
Source

####What is this?

Let's you ecdsa sign/ verify messages with their private/pub keys and run a self test!

go run . -op sign -priv private_key.pem -message hello

go run . -op verify -pub public_key.pem -message hello -signature a13bb19dfc4d1461e7b567f876f84a7bf302c87867340fcc9d874d28175cef4f181dd1e0e2b4e6b0c10c2b55b886c80b0cd5f8071382d42dcbf9b4247723a8b7

go run . -op verify -pub public_key.pem -message hellon -signature a13bb19dfc4d1461e7b567f876f84a7bf302c87867340fcc9d874d28175cef4f181dd1e0e2b4e6b0c10c2b55b886c80b0cd5f8071382d42dcbf9b4247723a8b7

##Generate public / private keys

openssl ecparam -name prime256v1 -genkey -noout -out private_key.pem

openssl ec -in private_key.pem -pubout -out public_key.pem

FAQs

Package last updated on 21 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc