learning-golang icon indicating copy to clipboard operation
learning-golang copied to clipboard

Learning Golang

Videos

Please take a few minutes when you get a chance to go look through the branches. That's where the "past" code exists. Thanks!

RSA512

ssh-keygen -t rsa -b 4096 -f keys/app.rsa
openssl rsa -in keys/app.key -pubout -outform PEM -out keys/app.key.pub

4096 for RA512 2048 for RA256