Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 441 Bytes

using_rsa

Toy Demo for Golang Meetup

Before you run the main.go, Please install the following package to your go repository:

  go get github.com/tangingw/rsacrypto

Once you have installed the rsacrypto library, compile the main.go in the repo:

  go build main.go

You can play around with the demo by:

  python client_public.py <YOUR MESSAGE>

To decrypt the message in Golang, you can type:

  ./main