Skip to content

Commit

Permalink
Fix misspelled quickly (was quicly) (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kler authored and Jon Wayne Parrott committed Jul 13, 2016
1 parent c42fb66 commit ef05d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/api/customer_supplied_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# is a bad idea to store your encryption keys in your source code.
ENCRYPTION_KEY = '4RzDI0TeWa9M/nAvYH05qbCskPaSU/CFV5HeCxk0IUA='

# You can use openssl to quicly calculate the hash of any key.
# You can use openssl to quickly calculate the hash of any key.
# Try running this:
# openssl base64 -d <<< ENCRYPTION_KEY | openssl dgst -sha256 -binary \
# | openssl base64
Expand Down

0 comments on commit ef05d74

Please sign in to comment.