yourhead / s3

public info about s3
8 stars 7 forks source link

warning: constant OpenSSL::Cipher::Cipher is deprecated #753

Closed barchard closed 5 years ago

barchard commented 7 years ago

FYI, I received the following while running the generate keys command

./generate_keys.rb:33: warning: constant OpenSSL::Cipher::Cipher is deprecated

this project had the same issue. It looks like they fixed it here

ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16]
yourhead commented 5 years ago

i'm aware of the deprecations of openssl -- i chose to use it anyway because it's sufficient for this work (we're not hiding military grade secrets here) -- just need enough security to dissuade would-be crackers to move on to a different target.

that said, i'll look into this.