Skip to content

Instantly share code, notes, and snippets.

View mwksl's full-sized avatar
🏔️
Working from home

Matthew mwksl

🏔️
Working from home
View GitHub Profile
@mwksl
mwksl / keybase.md
Created November 6, 2020 15:06
Self-verification on keybase

Keybase proof

I hereby claim:

  • I am mwksl on github.
  • I am mwksl (https://keybase.io/mwksl) on keybase.
  • I have a public key whose fingerprint is 8C9A 2BBC 824F C7CD A200 028B 5C36 10C5 8E3B 068C

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am mwksl on github.
  • I am mwksl (https://keybase.io/mwksl) on keybase.
  • I have a public key ASAq7uEZMNe2wGFszB0YmDNkNFCWoAtpwHdmuLQ2e_dVSAo

To claim this, I am signing this object:

# row_encrypt.rb
# declare variables
input = ""
key = ""
cipher = ""
# get the user input
# prompt for key
print "Please Enter the key you wish to use: \n"